#A35DA6

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

Shades of Violet Blue #A35DA6

Tints of Violet Blue #A35DA6

Color information

#A35DA6 (or 0xA35DA6) is unknown color: approx Violet Blue. HEX triplet: A3, 5D and A6. RGB value is (163,93,166). Sum of RGB (Red+Green+Blue) = 163+93+166=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 166 - color contains mainly: blue. Hex color #A35DA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35DA6 is #5CA259. Grayscale: #7A7A7A. Windows color (decimal): -6070874 or 10902947. OLE color: 10902947.

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

Color convert

RGB16393166-
CMYK0.020.4400.35
HSL297.53º29.08%50.78%-
HSV(B)297.53º43.98%65.1%-
XYZ25.918.3738.26-
YUV122.25152.69157.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.63%
GREEN value IS 93 (36.72% from 255) = 22.04%
BLUE value IS 166 (65.23% from 255) = 39.34%
R=38.63%
G=22.04%
B=39.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal163931660.020.4400.35297.5329.0850.78
HexA35DA622C02312a1d33
Octal2431352462540434523563
Binary1010001110111011010011010101100010001110010101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35DA6; }

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

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

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

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

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

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

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

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