Html Css Color HEX #A220DF Dark Orchid

📋 copy color: '#A220DF'

red 162 ◦ green 32 ◦ blue 223

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

Shades of Dark Orchid #A220DF

Tints of Dark Orchid #A220DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.48%

R = 38.85%
G = 7.67%
B = 53.48%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A220DF (or 0xA220DF) is known color: Dark Orchid. HEX triplet: A2, 20 and DF. RGB value is (162,32,223). Sum of RGB (Red+Green+Blue) = 162+32+223=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 32 (12.89% from 255 or 7.67% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #A220DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A220DF is #5DDF20. Grayscale: #5C5C5C. Windows color (decimal): -6151969 or 14622882. OLE color: 14622882.

HSL color Cylindrical-coordinate representation of color #A220DF: hue angle of 280.84º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A220DF is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 32 223 -
CMYK 0.27 0.86 0 0.13
HSL 280.84º 0.75% 0.5% -
HSV(B) 280.84º 0.86% 0.87% -
XYZ 28.74 14.04 71.01 -
YUV 92.64 201.57 177.47 -
System Red Green Blue C M Y K H S L
Decimal 162 32 223 0.27 0.86 0 0.13 280.84 0.75 0.5
Hex A2 20 DF 1B 56 0 D 119 4B 32
Octal 242 40 337 33 126 0 15 431 113 62
Binary 10100010 100000 11011111 11011 1010110 0 1101 100011001 1001011 110010

Color Harmonies of #A220DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A220DF

Black with #A220DF

Text Example


Text Example

White with #A220DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A220DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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