#a535a3

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

Shades of Violet Blue #A535A3

Tints of Violet Blue #A535A3

Color information

#A535A3 (or 0xA535A3) is unknown color: approx Violet Blue. HEX triplet: A5, 35 and A3. RGB value is (165,53,163). Sum of RGB (Red+Green+Blue) = 165+53+163=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 53 (21.09% from 255 or 13.91% from 381); Blue value is 163 (64.06% from 255 or 42.78% from 381); Max value from RGB is 165 - color contains mainly: red. Hex color #A535A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A535A3 is #5ACA5C. Grayscale: #626262. Windows color (decimal): -5950045 or 10696101. OLE color: 10696101.

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

Color convert

RGB16553163-
CMYK00.680.010.35
HSL301.07º51.38%42.75%-
HSV(B)301.07º67.88%64.71%-
XYZ23.413.1935.96-
YUV99.03164.11175.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.31%
GREEN value IS 53 (21.09% from 255) = 13.91%
BLUE value IS 163 (64.06% from 255) = 42.78%
R=43.31%
G=13.91%
B=42.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655316300.680.010.35301.0751.3842.75
HexA535A304412312d332b
Octal2456524301041434556353
Binary1010010111010110100011010001001100011100101101110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a535a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a535a3; }

 p { color: rgb(165,53,163); }

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

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

 a { background-color: rgb(165,53,163); }

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

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

 span { border-color: rgb(165,53,163); }

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