#A539C3

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

Shades of Dark Orchid #A539C3

Tints of Dark Orchid #A539C3

Color information

#A539C3 (or 0xA539C3) is unknown color: approx Dark Orchid. HEX triplet: A5, 39 and C3. RGB value is (165,57,195). Sum of RGB (Red+Green+Blue) = 165+57+195=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 57 (22.66% from 255 or 13.67% from 417); Blue value is 195 (76.56% from 255 or 46.76% from 417); Max value from RGB is 195 - color contains mainly: blue. Hex color #A539C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A539C3 is #5AC63C. Grayscale: #686868. Windows color (decimal): -5948989 or 12794277. OLE color: 12794277.

HSL color Cylindrical-coordinate representation of color #A539C3: hue angle of 286.96º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A539C3 is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16557195-
CMYK0.150.7100.24
HSL286.96º54.76%49.41%-
HSV(B)286.96º70.77%76.47%-
XYZ26.8314.8753.09-
YUV105.02178.78170.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.57%
GREEN value IS 57 (22.66% from 255) = 13.67%
BLUE value IS 195 (76.56% from 255) = 46.76%
R=39.57%
G=13.67%
B=46.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal165571950.150.7100.24286.9654.7649.41
HexA539C3F4701811f3731
Octal24571303171070304376761
Binary101001011110011100001111111000111011000100011111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A539C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A539C3; }

 p { color: rgb(165,57,195); }

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

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

 a { background-color: rgb(165,57,195); }

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

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

 span { border-color: rgb(165,57,195); }

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