Html Css Color HEX #A221AB Dark Orchid

📋 copy color: '#A221AB'

red 162 ◦ green 33 ◦ blue 171

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

Shades of Dark Orchid #A221AB

Tints of Dark Orchid #A221AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.72%

R = 44.26%
G = 9.02%
B = 46.72%

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

#A221AB (or 0xA221AB) is known color: Dark Orchid. HEX triplet: A2, 21 and AB. RGB value is (162,33,171). Sum of RGB (Red+Green+Blue) = 162+33+171=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #A221AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A221AB is #5DDE54. Grayscale: #565656. Windows color (decimal): -6151765 or 11215266. OLE color: 11215266.

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

Color convert

RGB 162 33 171 -
CMYK 0.05 0.81 0 0.33
HSL 296.09º 0.68% 0.4% -
HSV(B) 296.09º 0.81% 0.67% -
XYZ 22.79 11.71 39.59 -
YUV 87.3 175.24 181.28 -
System Red Green Blue C M Y K H S L
Decimal 162 33 171 0.05 0.81 0 0.33 296.09 0.68 0.4
Hex A2 21 AB 5 51 0 21 128 44 28
Octal 242 41 253 5 121 0 41 450 104 50
Binary 10100010 100001 10101011 101 1010001 0 100001 100101000 1000100 101000

Color Harmonies of #A221AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A221AB

Black with #A221AB

Text Example


Text Example

White with #A221AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A221AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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