#A95CAF

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

Shades of Violet Blue #A95CAF

Tints of Violet Blue #A95CAF

Color information

#A95CAF (or 0xA95CAF) is unknown color: approx Violet Blue. HEX triplet: A9, 5C and AF. RGB value is (169,92,175). Sum of RGB (Red+Green+Blue) = 169+92+175=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 175 - color contains mainly: blue. Hex color #A95CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95CAF is #56A350. Grayscale: #7C7C7C. Windows color (decimal): -5677905 or 11492521. OLE color: 11492521.

HSL color Cylindrical-coordinate representation of color #A95CAF: hue angle of 295.66º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A95CAF is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16992175-
CMYK0.030.4700.31
HSL295.66º34.16%52.35%-
HSV(B)295.66º47.43%68.63%-
XYZ27.9319.1842.79-
YUV124.48156.51159.75-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.76%
GREEN value IS 92 (36.33% from 255) = 21.10%
BLUE value IS 175 (68.75% from 255) = 40.14%
R=38.76%
G=21.10%
B=40.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169921750.030.4700.31295.6634.1652.35
HexA95CAF32F01F1282234
Octal2511342573570374504264
Binary1010100110111001010111111101111011111100101000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95CAF; }

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

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

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

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

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

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

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

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