#A536A0

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

Shades of Violet Blue #A536A0

Tints of Violet Blue #A536A0

Color information

#A536A0 (or 0xA536A0) is unknown color: approx Violet Blue. HEX triplet: A5, 36 and A0. RGB value is (165,54,160). Sum of RGB (Red+Green+Blue) = 165+54+160=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 54 (21.48% from 255 or 14.25% from 379); Blue value is 160 (62.89% from 255 or 42.22% from 379); Max value from RGB is 165 - color contains mainly: red. Hex color #A536A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A536A0 is #5AC95F. Grayscale: #626262. Windows color (decimal): -5949792 or 10499749. OLE color: 10499749.

HSL color Cylindrical-coordinate representation of color #A536A0: hue angle of 302.7º 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 #A536A0 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB16554160-
CMYK00.670.030.35
HSL302.7º50.68%42.94%-
HSV(B)302.7º67.27%64.71%-
XYZ23.1813.1834.58-
YUV99.27162.27174.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.54%
GREEN value IS 54 (21.48% from 255) = 14.25%
BLUE value IS 160 (62.89% from 255) = 42.22%
R=43.54%
G=14.25%
B=42.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655416000.670.030.35302.750.6842.94
HexA536A004332312f332b
Octal2456624001033434576353
Binary10100101110110101000000100001111100011100101111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A536A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A536A0; }

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

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

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

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

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

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

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

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