#A224D8

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

Shades of Dark Orchid #A224D8

Tints of Dark Orchid #A224D8

Color information

#A224D8 (or 0xA224D8) is unknown color: approx Dark Orchid. HEX triplet: A2, 24 and D8. RGB value is (162,36,216). Sum of RGB (Red+Green+Blue) = 162+36+216=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 36 (14.45% from 255 or 8.70% from 414); Blue value is 216 (84.77% from 255 or 52.17% from 414); Max value from RGB is 216 - color contains mainly: blue. Hex color #A224D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A224D8 is #5DDB27. Grayscale: #5D5D5D. Windows color (decimal): -6150952 or 14165154. OLE color: 14165154.

HSL color Cylindrical-coordinate representation of color #A224D8: hue angle of 282º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A224D8 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16236216-
CMYK0.250.8300.15
HSL282º71.43%49.41%-
HSV(B)282º83.33%84.71%-
XYZ27.9313.966.18-
YUV94.19196.74176.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.13%
GREEN value IS 36 (14.45% from 255) = 8.70%
BLUE value IS 216 (84.77% from 255) = 52.17%
R=39.13%
G=8.70%
B=52.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal162362160.250.8300.1528271.4349.41
HexA224D819530F11a4731
Octal242443303112301743210761
Binary1010001010010011011000110011010011011111000110101000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A224D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A224D8; }

 p { color: rgb(162,36,216); }

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

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

 a { background-color: rgb(162,36,216); }

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

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

 span { border-color: rgb(162,36,216); }

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