Html Css Color HEX #A221AA Dark Orchid

📋 copy color: '#A221AA'

red 162 ◦ green 33 ◦ blue 170

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

Shades of Dark Orchid #A221AA

Tints of Dark Orchid #A221AA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.04%

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

R = 44.38%
G = 9.04%
B = 46.58%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A221AA (or 0xA221AA) is known color: Dark Orchid. HEX triplet: A2, 21 and AA. RGB value is (162,33,170). Sum of RGB (Red+Green+Blue) = 162+33+170=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #A221AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A221AA is #5DDE55. Grayscale: #565656. Windows color (decimal): -6151766 or 11149730. OLE color: 11149730.

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

Color convert

RGB 162 33 170 -
CMYK 0.05 0.81 0 0.33
HSL 296.5º 0.67% 0.4% -
HSV(B) 296.5º 0.81% 0.67% -
XYZ 22.7 11.67 39.09 -
YUV 87.19 174.74 181.36 -
System Red Green Blue C M Y K H S L
Decimal 162 33 170 0.05 0.81 0 0.33 296.5 0.67 0.4
Hex A2 21 AA 5 51 0 21 128 43 28
Octal 242 41 252 5 121 0 41 450 103 50
Binary 10100010 100001 10101010 101 1010001 0 100001 100101000 1000011 101000

Color Harmonies of #A221AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A221AA

Black with #A221AA

Text Example


Text Example

White with #A221AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A221AA; }

 p { color: rgb(162,33,170); }

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

background-color css

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

 a { background-color: rgb(162,33,170); }

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

border-color css

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

 span { border-color: rgb(162,33,170); }

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