#a024b9

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

Shades of Dark Orchid #A024B9

Tints of Dark Orchid #A024B9

Color information

#A024B9 (or 0xA024B9) is unknown color: approx Dark Orchid. HEX triplet: A0, 24 and B9. RGB value is (160,36,185). Sum of RGB (Red+Green+Blue) = 160+36+185=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 36 (14.45% from 255 or 9.45% from 381); Blue value is 185 (72.66% from 255 or 48.56% from 381); Max value from RGB is 185 - color contains mainly: blue. Hex color #A024B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A024B9 is #5FDB46. Grayscale: #595959. Windows color (decimal): -6282055 or 12133536. OLE color: 12133536.

HSL color Cylindrical-coordinate representation of color #A024B9: hue angle of 289.93º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A024B9 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16036185-
CMYK0.140.8100.27
HSL289.93º67.42%43.33%-
HSV(B)289.93º80.54%72.55%-
XYZ23.8912.2447-
YUV90.06181.58177.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.99%
GREEN value IS 36 (14.45% from 255) = 9.45%
BLUE value IS 185 (72.66% from 255) = 48.56%
R=41.99%
G=9.45%
B=48.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160361850.140.8100.27289.9367.4243.33
HexA024B9E5101B122432b
Octal240442711612103344210353
Binary1010000010010010111001111010100010110111001000101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a024b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a024b9; }

 p { color: rgb(160,36,185); }

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

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

 a { background-color: rgb(160,36,185); }

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

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

 span { border-color: rgb(160,36,185); }

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