#A35DAE

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

Shades of Violet Blue #A35DAE

Tints of Violet Blue #A35DAE

Color information

#A35DAE (or 0xA35DAE) is unknown color: approx Violet Blue. HEX triplet: A3, 5D and AE. RGB value is (163,93,174). Sum of RGB (Red+Green+Blue) = 163+93+174=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: blue. Hex color #A35DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35DAE is #5CA251. Grayscale: #7A7A7A. Windows color (decimal): -6070866 or 11427235. OLE color: 11427235.

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

Color convert

RGB16393174-
CMYK0.060.4700.32
HSL291.85º33.33%52.35%-
HSV(B)291.85º46.55%68.24%-
XYZ26.6618.6742.24-
YUV123.16156.69156.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.91%
GREEN value IS 93 (36.72% from 255) = 21.63%
BLUE value IS 174 (68.36% from 255) = 40.47%
R=37.91%
G=21.63%
B=40.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal163931740.060.4700.32291.8533.3352.35
HexA35DAE62F0201242134
Octal2431352566570404444164
Binary101000111011101101011101101011110100000100100100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35DAE; }

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

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

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

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

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

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

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

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