#A224B0

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

Shades of Dark Orchid #A224B0

Tints of Dark Orchid #A224B0

Color information

#A224B0 (or 0xA224B0) is unknown color: approx Dark Orchid. HEX triplet: A2, 24 and B0. RGB value is (162,36,176). Sum of RGB (Red+Green+Blue) = 162+36+176=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 176 (69.14% from 255 or 47.06% from 374); Max value from RGB is 176 - color contains mainly: blue. Hex color #A224B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A224B0 is #5DDB4F. Grayscale: #595959. Windows color (decimal): -6150992 or 11543714. OLE color: 11543714.

HSL color Cylindrical-coordinate representation of color #A224B0: hue angle of 294º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A224B0 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16236176-
CMYK0.080.8000.31
HSL294º66.04%41.57%-
HSV(B)294º79.55%69.02%-
XYZ23.3712.0842.17-
YUV89.63176.74179.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.32%
GREEN value IS 36 (14.45% from 255) = 9.63%
BLUE value IS 176 (69.14% from 255) = 47.06%
R=43.32%
G=9.63%
B=47.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162361760.080.8000.3129466.0441.57
HexA224B085001F126422a
Octal242442601012003744610252
Binary1010001010010010110000100010100000111111001001101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A224B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A224B0; }

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

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

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

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

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

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

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

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