#A224B4

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

Shades of Dark Orchid #A224B4

Tints of Dark Orchid #A224B4

Color information

#A224B4 (or 0xA224B4) is unknown color: approx Dark Orchid. HEX triplet: A2, 24 and B4. RGB value is (162,36,180). Sum of RGB (Red+Green+Blue) = 162+36+180=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 36 (14.45% from 255 or 9.52% from 378); Blue value is 180 (70.70% from 255 or 47.62% from 378); Max value from RGB is 180 - color contains mainly: blue. Hex color #A224B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A224B4 is #5DDB4B. Grayscale: #595959. Windows color (decimal): -6150988 or 11805858. OLE color: 11805858.

HSL color Cylindrical-coordinate representation of color #A224B4: hue angle of 292.5º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A224B4 is Cyan = 0.1, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16236180-
CMYK0.10.800.29
HSL292.5º66.67%42.35%-
HSV(B)292.5º80%70.59%-
XYZ23.7712.2444.29-
YUV90.09178.74179.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.86%
GREEN value IS 36 (14.45% from 255) = 9.52%
BLUE value IS 180 (70.70% from 255) = 47.62%
R=42.86%
G=9.52%
B=47.62%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal162361800.10.800.29292.566.6742.35
HexA224B4A5001D124432a
Octal242442641212003544410352
Binary1010001010010010110100101010100000111011001001001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A224B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A224B4; }

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

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

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

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

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

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

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

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