Html Css Color HEX #A02ADE Dark Orchid

📋 copy color: '#A02ADE'

red 160 ◦ green 42 ◦ blue 222

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

Shades of Dark Orchid #A02ADE

Tints of Dark Orchid #A02ADE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.91%

 BLUE value IS 222 (87.11% from 255) = 52.36%

R = 37.74%
G = 9.91%
B = 52.36%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A02ADE (or 0xA02ADE) is known color: Dark Orchid. HEX triplet: A0, 2A and DE. RGB value is (160,42,222). Sum of RGB (Red+Green+Blue) = 160+42+222=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 42 (16.80% from 255 or 9.91% from 424); Blue value is 222 (87.11% from 255 or 52.36% from 424); Max value from RGB is 222 - color contains mainly: blue. Hex color #A02ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02ADE is #5FD521. Grayscale: #616161. Windows color (decimal): -6280482 or 14559904. OLE color: 14559904.

HSL color Cylindrical-coordinate representation of color #A02ADE: hue angle of 279.33º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A02ADE is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 42 222 -
CMYK 0.28 0.81 0 0.13
HSL 279.33º 0.73% 0.52% -
HSV(B) 279.33º 0.81% 0.87% -
XYZ 28.51 14.4 70.38 -
YUV 97.8 198.09 172.36 -
System Red Green Blue C M Y K H S L
Decimal 160 42 222 0.28 0.81 0 0.13 279.33 0.73 0.52
Hex A0 2A DE 1C 51 0 D 117 49 34
Octal 240 52 336 34 121 0 15 427 111 64
Binary 10100000 101010 11011110 11100 1010001 0 1101 100010111 1001001 110100

Color Harmonies of #A02ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02ADE

Black with #A02ADE

Text Example


Text Example

White with #A02ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02ADE; }

 p { color: rgb(160,42,222); }

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

background-color css

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

 a { background-color: rgb(160,42,222); }

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

border-color css

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

 span { border-color: rgb(160,42,222); }

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