#A239AF

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

Shades of Dark Orchid #A239AF

Tints of Dark Orchid #A239AF

Color information

#A239AF (or 0xA239AF) is unknown color: approx Dark Orchid. HEX triplet: A2, 39 and AF. RGB value is (162,57,175). Sum of RGB (Red+Green+Blue) = 162+57+175=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 57 (22.66% from 255 or 14.47% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #A239AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A239AF is #5DC650. Grayscale: #656565. Windows color (decimal): -6145617 or 11483554. OLE color: 11483554.

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

Color convert

RGB16257175-
CMYK0.070.6700.31
HSL293.39º50.86%45.49%-
HSV(B)293.39º67.43%68.63%-
XYZ24.113.741.93-
YUV101.85169.29170.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.12%
GREEN value IS 57 (22.66% from 255) = 14.47%
BLUE value IS 175 (68.75% from 255) = 44.42%
R=41.12%
G=14.47%
B=44.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162571750.070.6700.31293.3950.8645.49
HexA239AF74301F125332d
Octal2427125771030374456355
Binary10100010111001101011111111000011011111100100101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A239AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A239AF; }

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

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

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

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

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

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

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

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