#A95CAD

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

Shades of Violet Blue #A95CAD

Tints of Violet Blue #A95CAD

Color information

#A95CAD (or 0xA95CAD) is unknown color: approx Violet Blue. HEX triplet: A9, 5C and AD. RGB value is (169,92,173). Sum of RGB (Red+Green+Blue) = 169+92+173=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 92 (36.33% from 255 or 21.20% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #A95CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95CAD is #56A352. Grayscale: #7C7C7C. Windows color (decimal): -5677907 or 11361449. OLE color: 11361449.

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

Color convert

RGB16992173-
CMYK0.020.4700.32
HSL297.04º33.06%51.96%-
HSV(B)297.04º46.82%67.84%-
XYZ27.7319.1141.76-
YUV124.26155.51159.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.94%
GREEN value IS 92 (36.33% from 255) = 21.20%
BLUE value IS 173 (67.97% from 255) = 39.86%
R=38.94%
G=21.20%
B=39.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169921730.020.4700.32297.0433.0651.96
HexA95CAD22F0201292134
Octal2511342552570404514164
Binary10101001101110010101101101011110100000100101001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95CAD; }

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

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

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

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

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

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

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

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