Html Css Color HEX #A221AD Dark Orchid

📋 copy color: '#A221AD'

red 162 ◦ green 33 ◦ blue 173

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

Shades of Dark Orchid #A221AD

Tints of Dark Orchid #A221AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.01%

R = 44.02%
G = 8.97%
B = 47.01%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A221AD (or 0xA221AD) is known color: Dark Orchid. HEX triplet: A2, 21 and AD. RGB value is (162,33,173). Sum of RGB (Red+Green+Blue) = 162+33+173=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 33 (13.28% from 255 or 8.97% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #A221AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A221AD is #5DDE52. Grayscale: #575757. Windows color (decimal): -6151763 or 11346338. OLE color: 11346338.

HSL color Cylindrical-coordinate representation of color #A221AD: hue angle of 295.29º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A221AD is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 33 173 -
CMYK 0.06 0.81 0 0.32
HSL 295.29º 0.68% 0.4% -
HSV(B) 295.29º 0.81% 0.68% -
XYZ 22.99 11.79 40.6 -
YUV 87.53 176.24 181.12 -
System Red Green Blue C M Y K H S L
Decimal 162 33 173 0.06 0.81 0 0.32 295.29 0.68 0.4
Hex A2 21 AD 6 51 0 20 127 44 28
Octal 242 41 255 6 121 0 40 447 104 50
Binary 10100010 100001 10101101 110 1010001 0 100000 100100111 1000100 101000

Color Harmonies of #A221AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A221AD

Black with #A221AD

Text Example


Text Example

White with #A221AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A221AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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