#A536A6

Color #A536A6 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A536A6

Tints of Violet Blue #A536A6

Color information

#A536A6 (or 0xA536A6) is unknown color: approx Violet Blue. HEX triplet: A5, 36 and A6. RGB value is (165,54,166). Sum of RGB (Red+Green+Blue) = 165+54+166=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 166 (65.23% from 255 or 43.12% from 385); Max value from RGB is 166 - color contains mainly: blue. Hex color #A536A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A536A6 is #5AC959. Grayscale: #636363. Windows color (decimal): -5949786 or 10892965. OLE color: 10892965.

HSL color Cylindrical-coordinate representation of color #A536A6: hue angle of 299.46º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A536A6 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16554166-
CMYK0.010.6700.35
HSL299.46º50.91%43.14%-
HSV(B)299.46º67.47%65.1%-
XYZ23.7213.3937.41-
YUV99.96165.27174.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.86%
GREEN value IS 54 (21.48% from 255) = 14.03%
BLUE value IS 166 (65.23% from 255) = 43.12%
R=42.86%
G=14.03%
B=43.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165541660.010.6700.35299.4650.9143.14
HexA536A614302312b332b
Octal2456624611030434536353
Binary1010010111011010100110110000110100011100101011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A536A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A536A6; }

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

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

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

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

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

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

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

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