Html Css Color HEX #A02DB6 Dark Orchid

📋 copy color: '#A02DB6'

red 160 ◦ green 45 ◦ blue 182

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

Shades of Dark Orchid #A02DB6

Tints of Dark Orchid #A02DB6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.63%

 BLUE value IS 182 (71.48% from 255) = 47.03%

R = 41.34%
G = 11.63%
B = 47.03%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A02DB6 (or 0xA02DB6) is known color: Dark Orchid. HEX triplet: A0, 2D and B6. RGB value is (160,45,182). Sum of RGB (Red+Green+Blue) = 160+45+182=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 45 (17.97% from 255 or 11.63% from 387); Blue value is 182 (71.48% from 255 or 47.03% from 387); Max value from RGB is 182 - color contains mainly: blue. Hex color #A02DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02DB6 is #5FD249. Grayscale: #5E5E5E. Windows color (decimal): -6279754 or 11939232. OLE color: 11939232.

HSL color Cylindrical-coordinate representation of color #A02DB6: hue angle of 290.36º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A02DB6 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 45 182 -
CMYK 0.12 0.75 0 0.29
HSL 290.37º 0.6% 0.45% -
HSV(B) 290.37º 0.75% 0.71% -
XYZ 23.88 12.73 45.45 -
YUV 95 177.1 174.36 -
System Red Green Blue C M Y K H S L
Decimal 160 45 182 0.12 0.75 0 0.29 290.37 0.6 0.45
Hex A0 2D B6 C 4B 0 1D 122 3C 2D
Octal 240 55 266 14 113 0 35 442 74 55
Binary 10100000 101101 10110110 1100 1001011 0 11101 100100010 111100 101101

Color Harmonies of #A02DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02DB6

Black with #A02DB6

Text Example


Text Example

White with #A02DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02DB6; }

 p { color: rgb(160,45,182); }

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

background-color css

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

 a { background-color: rgb(160,45,182); }

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

border-color css

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

 span { border-color: rgb(160,45,182); }

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