Html Css Color HEX #A220AD Dark Orchid

📋 copy color: '#A220AD'

red 162 ◦ green 32 ◦ blue 173

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

Shades of Dark Orchid #A220AD

Tints of Dark Orchid #A220AD

RGB

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

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

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

R = 44.14%
G = 8.72%
B = 47.14%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A220AD (or 0xA220AD) is known color: Dark Orchid. HEX triplet: A2, 20 and AD. RGB value is (162,32,173). Sum of RGB (Red+Green+Blue) = 162+32+173=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #A220AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A220AD is #5DDF52. Grayscale: #565656. Windows color (decimal): -6152019 or 11346082. OLE color: 11346082.

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

Color convert

RGB 162 32 173 -
CMYK 0.06 0.82 0 0.32
HSL 295.32º 0.69% 0.4% -
HSV(B) 295.32º 0.82% 0.68% -
XYZ 22.96 11.73 40.59 -
YUV 86.94 176.57 181.54 -
System Red Green Blue C M Y K H S L
Decimal 162 32 173 0.06 0.82 0 0.32 295.32 0.69 0.4
Hex A2 20 AD 6 52 0 20 127 45 28
Octal 242 40 255 6 122 0 40 447 105 50
Binary 10100010 100000 10101101 110 1010010 0 100000 100100111 1000101 101000

Color Harmonies of #A220AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A220AD

Black with #A220AD

Text Example


Text Example

White with #A220AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A220AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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