Html Css Color HEX #A042D7 Dark Orchid

📋 copy color: '#A042D7'

red 160 ◦ green 66 ◦ blue 215

#A042D7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A042D7

Tints of Dark Orchid #A042D7

RGB

 RED value IS 160 (62.89% from 255) = 36.28%

 GREEN value IS 66 (26.17% from 255) = 14.97%

 BLUE value IS 215 (84.38% from 255) = 48.75%

R = 36.28%
G = 14.97%
B = 48.75%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A042D7 (or 0xA042D7) is known color: Dark Orchid. HEX triplet: A0, 42 and D7. RGB value is (160,66,215). Sum of RGB (Red+Green+Blue) = 160+66+215=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 215 (84.38% from 255 or 48.75% from 441); Max value from RGB is 215 - color contains mainly: blue. Hex color #A042D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A042D7 is #5FBD28. Grayscale: #6E6E6E. Windows color (decimal): -6274345 or 14107296. OLE color: 14107296.

HSL color Cylindrical-coordinate representation of color #A042D7: hue angle of 277.85º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A042D7 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 66 215 -
CMYK 0.26 0.69 0 0.16
HSL 277.85º 0.65% 0.55% -
HSV(B) 277.85º 0.69% 0.84% -
XYZ 28.71 16.28 65.92 -
YUV 111.09 186.64 162.88 -
System Red Green Blue C M Y K H S L
Decimal 160 66 215 0.26 0.69 0 0.16 277.85 0.65 0.55
Hex A0 42 D7 1A 45 0 10 116 41 37
Octal 240 102 327 32 105 0 20 426 101 67
Binary 10100000 1000010 11010111 11010 1000101 0 10000 100010110 1000001 110111

Color Harmonies of #A042D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A042D7

Black with #A042D7

Text Example


Text Example

White with #A042D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A042D7; }

 p { color: rgb(160,66,215); }

 H1.HeaderClassName
 {
   color: #A042D7;
 }
 .AnyTagClassName
 {
   color: #A042D7;
 }
</style>

background-color css

<style>
 a { background-color: #A042D7; }

 a { background-color: rgb(160,66,215); }

 div.DivClassName
 {
   background-color: #A042D7;
 }
 .BgClassName
 {
   background-color: #A042D7;
 }
</style>

border-color css

<style>
 span { border-color: #A042D7; }

 span { border-color: rgb(160,66,215); }

 td.TdClassName
 {
   border-color: #A042D7;
 }
 .TagClassName
 {
   border-color: #A042D7;
 }
</style>