Html Css Color HEX #A02ACC Dark Orchid

📋 copy color: '#A02ACC'

red 160 ◦ green 42 ◦ blue 204

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

Shades of Dark Orchid #A02ACC

Tints of Dark Orchid #A02ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.25%

R = 39.41%
G = 10.34%
B = 50.25%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A02ACC (or 0xA02ACC) is known color: Dark Orchid. HEX triplet: A0, 2A and CC. RGB value is (160,42,204). Sum of RGB (Red+Green+Blue) = 160+42+204=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 42 (16.80% from 255 or 10.34% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #A02ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02ACC is #5FD533. Grayscale: #5F5F5F. Windows color (decimal): -6280500 or 13380256. OLE color: 13380256.

HSL color Cylindrical-coordinate representation of color #A02ACC: hue angle of 283.7º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A02ACC is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 42 204 -
CMYK 0.22 0.79 0 0.2
HSL 283.7º 0.66% 0.48% -
HSV(B) 283.7º 0.79% 0.8% -
XYZ 26.22 13.49 58.35 -
YUV 95.75 189.09 173.83 -
System Red Green Blue C M Y K H S L
Decimal 160 42 204 0.22 0.79 0 0.2 283.7 0.66 0.48
Hex A0 2A CC 16 4F 0 14 11C 42 30
Octal 240 52 314 26 117 0 24 434 102 60
Binary 10100000 101010 11001100 10110 1001111 0 10100 100011100 1000010 110000

Color Harmonies of #A02ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02ACC

Black with #A02ACC

Text Example


Text Example

White with #A02ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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