#A536C3

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

Shades of Dark Orchid #A536C3

Tints of Dark Orchid #A536C3

Color information

#A536C3 (or 0xA536C3) is unknown color: approx Dark Orchid. HEX triplet: A5, 36 and C3. RGB value is (165,54,195). Sum of RGB (Red+Green+Blue) = 165+54+195=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 54 (21.48% from 255 or 13.04% from 414); Blue value is 195 (76.56% from 255 or 47.10% from 414); Max value from RGB is 195 - color contains mainly: blue. Hex color #A536C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A536C3 is #5AC93C. Grayscale: #666666. Windows color (decimal): -5949757 or 12793509. OLE color: 12793509.

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

Color convert

RGB16554195-
CMYK0.150.7200.24
HSL287.23º56.63%48.82%-
HSV(B)287.23º72.31%76.47%-
XYZ26.6914.5853.04-
YUV103.26179.77172.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.86%
GREEN value IS 54 (21.48% from 255) = 13.04%
BLUE value IS 195 (76.56% from 255) = 47.10%
R=39.86%
G=13.04%
B=47.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal165541950.150.7200.24287.2356.6348.82
HexA536C3F4801811f3931
Octal24566303171100304377161
Binary101001011101101100001111111001000011000100011111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A536C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A536C3; }

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

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

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

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

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

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

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

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