#A939CE

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

Shades of Dark Orchid #A939CE

Tints of Dark Orchid #A939CE

Color information

#A939CE (or 0xA939CE) is unknown color: approx Dark Orchid. HEX triplet: A9, 39 and CE. RGB value is (169,57,206). Sum of RGB (Red+Green+Blue) = 169+57+206=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 57 (22.66% from 255 or 13.19% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #A939CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A939CE is #56C631. Grayscale: #6A6A6A. Windows color (decimal): -5686834 or 13515177. OLE color: 13515177.

HSL color Cylindrical-coordinate representation of color #A939CE: hue angle of 285.1º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A939CE is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16957206-
CMYK0.180.7200.19
HSL285.1º60.32%51.57%-
HSV(B)285.1º72.33%80.78%-
XYZ28.9715.8259.92-
YUV107.47183.61171.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.12%
GREEN value IS 57 (22.66% from 255) = 13.19%
BLUE value IS 206 (80.86% from 255) = 47.69%
R=39.12%
G=13.19%
B=47.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal169572060.180.7200.19285.160.3251.57
HexA939CE124801311d3c34
Octal25171316221100234357464
Binary1010100111100111001110100101001000010011100011101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A939CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A939CE; }

 p { color: rgb(169,57,206); }

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

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

 a { background-color: rgb(169,57,206); }

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

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

 span { border-color: rgb(169,57,206); }

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