#A220D7

Color #A220D7 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A220D7

Tints of Dark Orchid #A220D7

Color information

#A220D7 (or 0xA220D7) is unknown color: approx Dark Orchid. HEX triplet: A2, 20 and D7. RGB value is (162,32,215). Sum of RGB (Red+Green+Blue) = 162+32+215=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 32 (12.89% from 255 or 7.82% from 409); Blue value is 215 (84.38% from 255 or 52.57% from 409); Max value from RGB is 215 - color contains mainly: blue. Hex color #A220D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A220D7 is #5DDF28. Grayscale: #5B5B5B. Windows color (decimal): -6151977 or 14098594. OLE color: 14098594.

HSL color Cylindrical-coordinate representation of color #A220D7: hue angle of 282.62º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A220D7 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16232215-
CMYK0.250.8500.16
HSL282.62º74.09%48.43%-
HSV(B)282.62º85.12%84.31%-
XYZ27.6813.6265.46-
YUV91.73197.57178.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.61%
GREEN value IS 32 (12.89% from 255) = 7.82%
BLUE value IS 215 (84.38% from 255) = 52.57%
R=39.61%
G=7.82%
B=52.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal162322150.250.8500.16282.6274.0948.43
HexA220D7195501011b4a30
Octal242403273112502043311260
Binary10100010100000110101111100110101010100001000110111001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A220D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A220D7; }

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

 H1.HeaderClassName
 {
   color: #A220D7;
 }
 .AnyTagClassName
 {
   color: #A220D7;
 }
</style>
background-color css

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

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

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

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

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

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