Html Css Color HEX #A222AC Dark Orchid

📋 copy color: '#A222AC'

red 162 ◦ green 34 ◦ blue 172

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

Shades of Dark Orchid #A222AC

Tints of Dark Orchid #A222AC

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.24%

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

R = 44.02%
G = 9.24%
B = 46.74%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A222AC (or 0xA222AC) is known color: Dark Orchid. HEX triplet: A2, 22 and AC. RGB value is (162,34,172). Sum of RGB (Red+Green+Blue) = 162+34+172=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 34 (13.67% from 255 or 9.24% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #A222AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A222AC is #5DDD53. Grayscale: #575757. Windows color (decimal): -6151508 or 11281058. OLE color: 11281058.

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

Color convert

RGB 162 34 172 -
CMYK 0.06 0.80 0 0.33
HSL 295.65º 0.67% 0.4% -
HSV(B) 295.65º 0.8% 0.67% -
XYZ 22.92 11.8 40.1 -
YUV 88 175.41 180.78 -
System Red Green Blue C M Y K H S L
Decimal 162 34 172 0.06 0.80 0 0.33 295.65 0.67 0.4
Hex A2 22 AC 6 50 0 21 128 43 28
Octal 242 42 254 6 120 0 41 450 103 50
Binary 10100010 100010 10101100 110 1010000 0 100001 100101000 1000011 101000

Color Harmonies of #A222AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A222AC

Black with #A222AC

Text Example


Text Example

White with #A222AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A222AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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