#A95CAB

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

Shades of Violet Blue #A95CAB

Tints of Violet Blue #A95CAB

Color information

#A95CAB (or 0xA95CAB) is unknown color: approx Violet Blue. HEX triplet: A9, 5C and AB. RGB value is (169,92,171). Sum of RGB (Red+Green+Blue) = 169+92+171=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 171 - color contains mainly: blue. Hex color #A95CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95CAB is #56A354. Grayscale: #7B7B7B. Windows color (decimal): -5677909 or 11230377. OLE color: 11230377.

HSL color Cylindrical-coordinate representation of color #A95CAB: hue angle of 298.48º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A95CAB is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16992171-
CMYK0.010.4600.33
HSL298.48º31.98%51.57%-
HSV(B)298.48º46.2%67.06%-
XYZ27.5419.0340.75-
YUV124.03154.51160.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.12%
GREEN value IS 92 (36.33% from 255) = 21.30%
BLUE value IS 171 (67.19% from 255) = 39.58%
R=39.12%
G=21.30%
B=39.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169921710.010.4600.33298.4831.9851.57
HexA95CAB12E02112a2034
Octal2511342531560414524064
Binary1010100110111001010101111011100100001100101010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95CAB; }

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

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

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

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

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

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

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

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