Html Css Color HEX #A02BD2 Dark Orchid

📋 copy color: '#A02BD2'

red 160 ◦ green 43 ◦ blue 210

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

Shades of Dark Orchid #A02BD2

Tints of Dark Orchid #A02BD2

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.41%

 BLUE value IS 210 (82.42% from 255) = 50.85%

R = 38.74%
G = 10.41%
B = 50.85%

CMYK

 C value IS 0.24

 M value IS 0.80

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A02BD2 (or 0xA02BD2) is known color: Dark Orchid. HEX triplet: A0, 2B and D2. RGB value is (160,43,210). Sum of RGB (Red+Green+Blue) = 160+43+210=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 43 (17.19% from 255 or 10.41% from 413); Blue value is 210 (82.42% from 255 or 50.85% from 413); Max value from RGB is 210 - color contains mainly: blue. Hex color #A02BD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02BD2 is #5FD42D. Grayscale: #606060. Windows color (decimal): -6280238 or 13773728. OLE color: 13773728.

HSL color Cylindrical-coordinate representation of color #A02BD2: hue angle of 282.04º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A02BD2 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 43 210 -
CMYK 0.24 0.80 0 0.18
HSL 282.04º 0.66% 0.5% -
HSV(B) 282.04º 0.8% 0.82% -
XYZ 26.99 13.85 62.22 -
YUV 97.02 191.76 172.92 -
System Red Green Blue C M Y K H S L
Decimal 160 43 210 0.24 0.80 0 0.18 282.04 0.66 0.5
Hex A0 2B D2 18 50 0 12 11A 42 32
Octal 240 53 322 30 120 0 22 432 102 62
Binary 10100000 101011 11010010 11000 1010000 0 10010 100011010 1000010 110010

Color Harmonies of #A02BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02BD2

Black with #A02BD2

Text Example


Text Example

White with #A02BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02BD2; }

 p { color: rgb(160,43,210); }

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

background-color css

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

 a { background-color: rgb(160,43,210); }

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

border-color css

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

 span { border-color: rgb(160,43,210); }

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