#A35BAF

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

Shades of Violet Blue #A35BAF

Tints of Violet Blue #A35BAF

Color information

#A35BAF (or 0xA35BAF) is unknown color: approx Violet Blue. HEX triplet: A3, 5B and AF. RGB value is (163,91,175). Sum of RGB (Red+Green+Blue) = 163+91+175=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 175 - color contains mainly: blue. Hex color #A35BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35BAF is #5CA450. Grayscale: #797979. Windows color (decimal): -6071377 or 11492259. OLE color: 11492259.

HSL color Cylindrical-coordinate representation of color #A35BAF: hue angle of 291.43º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A35BAF is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16391175-
CMYK0.070.4800.31
HSL291.43º34.43%52.16%-
HSV(B)291.43º48%68.63%-
XYZ26.5818.3642.7-
YUV122.1157.85157.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.00%
GREEN value IS 91 (35.94% from 255) = 21.21%
BLUE value IS 175 (68.75% from 255) = 40.79%
R=38.00%
G=21.21%
B=40.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal163911750.070.4800.31291.4334.4352.16
HexA35BAF73001F1232234
Octal2431332577600374434264
Binary10100011101101110101111111110000011111100100011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35BAF; }

 p { color: rgb(163,91,175); }

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

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

 a { background-color: rgb(163,91,175); }

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

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

 span { border-color: rgb(163,91,175); }

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