#A239AE

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

Shades of Dark Orchid #A239AE

Tints of Dark Orchid #A239AE

Color information

#A239AE (or 0xA239AE) is unknown color: approx Dark Orchid. HEX triplet: A2, 39 and AE. RGB value is (162,57,174). Sum of RGB (Red+Green+Blue) = 162+57+174=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 57 (22.66% from 255 or 14.50% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #A239AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A239AE is #5DC651. Grayscale: #656565. Windows color (decimal): -6145618 or 11418018. OLE color: 11418018.

HSL color Cylindrical-coordinate representation of color #A239AE: hue angle of 293.85º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A239AE is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16257174-
CMYK0.070.6700.32
HSL293.85º50.65%45.29%-
HSV(B)293.85º67.24%68.24%-
XYZ2413.6641.42-
YUV101.73168.79170.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.22%
GREEN value IS 57 (22.66% from 255) = 14.50%
BLUE value IS 174 (68.36% from 255) = 44.27%
R=41.22%
G=14.50%
B=44.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal162571740.070.6700.32293.8550.6545.29
HexA239AE743020126332d
Octal2427125671030404466355
Binary101000101110011010111011110000110100000100100110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A239AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A239AE; }

 p { color: rgb(162,57,174); }

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

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

 a { background-color: rgb(162,57,174); }

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

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

 span { border-color: rgb(162,57,174); }

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