Html Css Color HEX #A220AC Dark Orchid

📋 copy color: '#A220AC'

red 162 ◦ green 32 ◦ blue 172

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

Shades of Dark Orchid #A220AC

Tints of Dark Orchid #A220AC

RGB

 RED value IS 162 (63.67% from 255) = 44.26%

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

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

R = 44.26%
G = 8.74%
B = 46.99%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A220AC (or 0xA220AC) is known color: Dark Orchid. HEX triplet: A2, 20 and AC. RGB value is (162,32,172). Sum of RGB (Red+Green+Blue) = 162+32+172=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #A220AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A220AC is #5DDF53. Grayscale: #565656. Windows color (decimal): -6152020 or 11280546. OLE color: 11280546.

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

Color convert

RGB 162 32 172 -
CMYK 0.06 0.81 0 0.33
HSL 295.71º 0.69% 0.4% -
HSV(B) 295.71º 0.81% 0.67% -
XYZ 22.86 11.69 40.08 -
YUV 86.83 176.07 181.62 -
System Red Green Blue C M Y K H S L
Decimal 162 32 172 0.06 0.81 0 0.33 295.71 0.69 0.4
Hex A2 20 AC 6 51 0 21 128 45 28
Octal 242 40 254 6 121 0 41 450 105 50
Binary 10100010 100000 10101100 110 1010001 0 100001 100101000 1000101 101000

Color Harmonies of #A220AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A220AC

Black with #A220AC

Text Example


Text Example

White with #A220AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A220AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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