#a35eae

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

Shades of Violet Blue #A35EAE

Tints of Violet Blue #A35EAE

Color information

#A35EAE (or 0xA35EAE) is unknown color: approx Violet Blue. HEX triplet: A3, 5E and AE. RGB value is (163,94,174). Sum of RGB (Red+Green+Blue) = 163+94+174=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #A35EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35EAE is #5CA151. Grayscale: #7B7B7B. Windows color (decimal): -6070610 or 11427491. OLE color: 11427491.

HSL color Cylindrical-coordinate representation of color #A35EAE: hue angle of 291.75º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A35EAE is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16394174-
CMYK0.060.4600.32
HSL291.75º33.06%52.55%-
HSV(B)291.75º45.98%68.24%-
XYZ26.7518.8542.27-
YUV123.75156.36156-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.82%
GREEN value IS 94 (37.11% from 255) = 21.81%
BLUE value IS 174 (68.36% from 255) = 40.37%
R=37.82%
G=21.81%
B=40.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal163941740.060.4600.32291.7533.0652.55
HexA35EAE62E0201242135
Octal2431362566560404444165
Binary101000111011110101011101101011100100000100100100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a35eae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a35eae; }

 p { color: rgb(163,94,174); }

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

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

 a { background-color: rgb(163,94,174); }

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

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

 span { border-color: rgb(163,94,174); }

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