#A95FAD

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

Shades of Violet Blue #A95FAD

Tints of Violet Blue #A95FAD

Color information

#A95FAD (or 0xA95FAD) is unknown color: approx Violet Blue. HEX triplet: A9, 5F and AD. RGB value is (169,95,173). Sum of RGB (Red+Green+Blue) = 169+95+173=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 173 - color contains mainly: blue. Hex color #A95FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95FAD is #56A052. Grayscale: #7D7D7D. Windows color (decimal): -5677139 or 11362217. OLE color: 11362217.

HSL color Cylindrical-coordinate representation of color #A95FAD: hue angle of 296.92º 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 #A95FAD is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16995173-
CMYK0.020.4500.32
HSL296.92º32.23%52.55%-
HSV(B)296.92º45.09%67.84%-
XYZ2819.6441.85-
YUV126.02154.52158.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.67%
GREEN value IS 95 (37.5% from 255) = 21.74%
BLUE value IS 173 (67.97% from 255) = 39.59%
R=38.67%
G=21.74%
B=39.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169951730.020.4500.32296.9232.2352.55
HexA95FAD22D0201292035
Octal2511372552550404514065
Binary10101001101111110101101101011010100000100101001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95FAD; }

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

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

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

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

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

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

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

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