#A35FAD

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

Shades of Violet Blue #A35FAD

Tints of Violet Blue #A35FAD

Color information

#A35FAD (or 0xA35FAD) is unknown color: approx Violet Blue. HEX triplet: A3, 5F and AD. RGB value is (163,95,173). Sum of RGB (Red+Green+Blue) = 163+95+173=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #A35FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35FAD is #5CA052. Grayscale: #7B7B7B. Windows color (decimal): -6070355 or 11362211. OLE color: 11362211.

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

Color convert

RGB16395173-
CMYK0.060.4500.32
HSL292.31º32.23%52.55%-
HSV(B)292.31º45.09%67.84%-
XYZ26.7418.9941.79-
YUV124.22155.53155.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.82%
GREEN value IS 95 (37.5% from 255) = 22.04%
BLUE value IS 173 (67.97% from 255) = 40.14%
R=37.82%
G=22.04%
B=40.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal163951730.060.4500.32292.3132.2352.55
HexA35FAD62D0201242035
Octal2431372556550404444065
Binary101000111011111101011011101011010100000100100100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35FAD; }

 p { color: rgb(163,95,173); }

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

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

 a { background-color: rgb(163,95,173); }

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

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

 span { border-color: rgb(163,95,173); }

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