#A024AF

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

Shades of Dark Orchid #A024AF

Tints of Dark Orchid #A024AF

Color information

#A024AF (or 0xA024AF) is unknown color: approx Dark Orchid. HEX triplet: A0, 24 and AF. RGB value is (160,36,175). Sum of RGB (Red+Green+Blue) = 160+36+175=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #A024AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A024AF is #5FDB50. Grayscale: #585858. Windows color (decimal): -6282065 or 11478176. OLE color: 11478176.

HSL color Cylindrical-coordinate representation of color #A024AF: hue angle of 293.53º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A024AF is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16036175-
CMYK0.090.7900.31
HSL293.53º65.88%41.37%-
HSV(B)293.53º79.43%68.63%-
XYZ22.8711.8341.64-
YUV88.92176.58178.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.13%
GREEN value IS 36 (14.45% from 255) = 9.70%
BLUE value IS 175 (68.75% from 255) = 47.17%
R=43.13%
G=9.70%
B=47.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160361750.090.7900.31293.5365.8841.37
HexA024AF94F01F1264229
Octal240442571111703744610251
Binary1010000010010010101111100110011110111111001001101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A024AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A024AF; }

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

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

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

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

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

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

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

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