Html Css Color HEX #A820AA Dark Orchid

📋 copy color: '#A820AA'

red 168 ◦ green 32 ◦ blue 170

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

Shades of Dark Orchid #A820AA

Tints of Dark Orchid #A820AA

RGB

 RED value IS 168 (66.02% from 255) = 45.41%

 GREEN value IS 32 (12.89% from 255) = 8.65%

 BLUE value IS 170 (66.8% from 255) = 45.95%

R = 45.41%
G = 8.65%
B = 45.95%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A820AA (or 0xA820AA) is known color: Dark Orchid. HEX triplet: A8, 20 and AA. RGB value is (168,32,170). Sum of RGB (Red+Green+Blue) = 168+32+170=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #A820AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A820AA is #57DF55. Grayscale: #575757. Windows color (decimal): -5758806 or 11149480. OLE color: 11149480.

HSL color Cylindrical-coordinate representation of color #A820AA: hue angle of 299.13º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A820AA is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 32 170 -
CMYK 0.01 0.81 0 0.33
HSL 299.13º 0.68% 0.4% -
HSV(B) 299.13º 0.81% 0.67% -
XYZ 23.92 12.26 39.14 -
YUV 88.4 174.06 184.78 -
System Red Green Blue C M Y K H S L
Decimal 168 32 170 0.01 0.81 0 0.33 299.13 0.68 0.4
Hex A8 20 AA 1 51 0 21 12B 44 28
Octal 250 40 252 1 121 0 41 453 104 50
Binary 10101000 100000 10101010 1 1010001 0 100001 100101011 1000100 101000

Color Harmonies of #A820AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A820AA

Black with #A820AA

Text Example


Text Example

White with #A820AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A820AA; }

 p { color: rgb(168,32,170); }

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

background-color css

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

 a { background-color: rgb(168,32,170); }

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

border-color css

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

 span { border-color: rgb(168,32,170); }

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