Html Css Color HEX #A02DCE Dark Orchid

📋 copy color: '#A02DCE'

red 160 ◦ green 45 ◦ blue 206

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

Shades of Dark Orchid #A02DCE

Tints of Dark Orchid #A02DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.12%

R = 38.93%
G = 10.95%
B = 50.12%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A02DCE (or 0xA02DCE) is known color: Dark Orchid. HEX triplet: A0, 2D and CE. RGB value is (160,45,206). Sum of RGB (Red+Green+Blue) = 160+45+206=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 45 (17.97% from 255 or 10.95% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #A02DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02DCE is #5FD231. Grayscale: #616161. Windows color (decimal): -6279730 or 13512096. OLE color: 13512096.

HSL color Cylindrical-coordinate representation of color #A02DCE: hue angle of 282.86º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A02DCE is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 45 206 -
CMYK 0.22 0.78 0 0.19
HSL 282.86º 0.64% 0.49% -
HSV(B) 282.86º 0.78% 0.81% -
XYZ 26.58 13.81 59.66 -
YUV 97.74 189.1 172.41 -
System Red Green Blue C M Y K H S L
Decimal 160 45 206 0.22 0.78 0 0.19 282.86 0.64 0.49
Hex A0 2D CE 16 4E 0 13 11B 40 31
Octal 240 55 316 26 116 0 23 433 100 61
Binary 10100000 101101 11001110 10110 1001110 0 10011 100011011 1000000 110001

Color Harmonies of #A02DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02DCE

Black with #A02DCE

Text Example


Text Example

White with #A02DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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