Html Css Color HEX #A820AC Dark Orchid

📋 copy color: '#A820AC'

red 168 ◦ green 32 ◦ blue 172

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

Shades of Dark Orchid #A820AC

Tints of Dark Orchid #A820AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.24%

R = 45.16%
G = 8.6%
B = 46.24%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A820AC (or 0xA820AC) is known color: Dark Orchid. HEX triplet: A8, 20 and AC. RGB value is (168,32,172). Sum of RGB (Red+Green+Blue) = 168+32+172=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #A820AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A820AC is #57DF53. Grayscale: #585858. Windows color (decimal): -5758804 or 11280552. OLE color: 11280552.

HSL color Cylindrical-coordinate representation of color #A820AC: hue angle of 298.29º degrees, saturation: 0.69, 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 #A820AC is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 32 172 -
CMYK 0.02 0.81 0 0.33
HSL 298.29º 0.69% 0.4% -
HSV(B) 298.29º 0.81% 0.67% -
XYZ 24.11 12.34 40.14 -
YUV 88.62 175.06 184.62 -
System Red Green Blue C M Y K H S L
Decimal 168 32 172 0.02 0.81 0 0.33 298.29 0.69 0.4
Hex A8 20 AC 2 51 0 21 12A 45 28
Octal 250 40 254 2 121 0 41 452 105 50
Binary 10101000 100000 10101100 10 1010001 0 100001 100101010 1000101 101000

Color Harmonies of #A820AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A820AC

Black with #A820AC

Text Example


Text Example

White with #A820AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A820AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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