#A35BA2

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

Shades of Violet Blue #A35BA2

Tints of Violet Blue #A35BA2

Color information

#A35BA2 (or 0xA35BA2) is unknown color: approx Violet Blue. HEX triplet: A3, 5B and A2. RGB value is (163,91,162). Sum of RGB (Red+Green+Blue) = 163+91+162=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 162 (63.67% from 255 or 38.94% from 416); Max value from RGB is 163 - color contains mainly: red. Hex color #A35BA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35BA2 is #5CA45D. Grayscale: #787878. Windows color (decimal): -6071390 or 10640291. OLE color: 10640291.

HSL color Cylindrical-coordinate representation of color #A35BA2: hue angle of 300.83º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A35BA2 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB16391162-
CMYK00.440.010.36
HSL300.83º28.35%49.8%-
HSV(B)300.83º44.17%63.92%-
XYZ25.3717.8836.3-
YUV120.62151.35158.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.18%
GREEN value IS 91 (35.94% from 255) = 21.88%
BLUE value IS 162 (63.67% from 255) = 38.94%
R=39.18%
G=21.88%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639116200.440.010.36300.8328.3549.8
HexA35BA202C12412d1c32
Octal2431332420541444553462
Binary101000111011011101000100101100110010010010110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35BA2; }

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

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

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

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

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

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

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

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