Html Css Color HEX #A02AD6 Dark Orchid

📋 copy color: '#A02AD6'

red 160 ◦ green 42 ◦ blue 214

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

Shades of Dark Orchid #A02AD6

Tints of Dark Orchid #A02AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 51.44%

R = 38.46%
G = 10.1%
B = 51.44%

CMYK

 C value IS 0.25

 M value IS 0.80

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A02AD6 (or 0xA02AD6) is known color: Dark Orchid. HEX triplet: A0, 2A and D6. RGB value is (160,42,214). Sum of RGB (Red+Green+Blue) = 160+42+214=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 42 (16.80% from 255 or 10.10% from 416); Blue value is 214 (83.98% from 255 or 51.44% from 416); Max value from RGB is 214 - color contains mainly: blue. Hex color #A02AD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02AD6 is #5FD529. Grayscale: #606060. Windows color (decimal): -6280490 or 14035616. OLE color: 14035616.

HSL color Cylindrical-coordinate representation of color #A02AD6: hue angle of 281.16º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A02AD6 is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 42 214 -
CMYK 0.25 0.80 0 0.16
HSL 281.16º 0.68% 0.5% -
HSV(B) 281.16º 0.8% 0.84% -
XYZ 27.46 13.98 64.87 -
YUV 96.89 194.09 173.01 -
System Red Green Blue C M Y K H S L
Decimal 160 42 214 0.25 0.80 0 0.16 281.16 0.68 0.5
Hex A0 2A D6 19 50 0 10 119 44 32
Octal 240 52 326 31 120 0 20 431 104 62
Binary 10100000 101010 11010110 11001 1010000 0 10000 100011001 1000100 110010

Color Harmonies of #A02AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02AD6

Black with #A02AD6

Text Example


Text Example

White with #A02AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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