#A95CA7

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

Shades of Violet Blue #A95CA7

Tints of Violet Blue #A95CA7

Color information

#A95CA7 (or 0xA95CA7) is unknown color: approx Violet Blue. HEX triplet: A9, 5C and A7. RGB value is (169,92,167). Sum of RGB (Red+Green+Blue) = 169+92+167=428 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.49% from 428); Green value is 92 (36.33% from 255 or 21.50% from 428); Blue value is 167 (65.62% from 255 or 39.02% from 428); Max value from RGB is 169 - color contains mainly: red. Hex color #A95CA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95CA7 is #56A358. Grayscale: #7B7B7B. Windows color (decimal): -5677913 or 10968233. OLE color: 10968233.

HSL color Cylindrical-coordinate representation of color #A95CA7: hue angle of 301.56º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A95CA7 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.34.

Color convert

RGB16992167-
CMYK00.460.010.34
HSL301.56º30.92%51.18%-
HSV(B)301.56º45.56%66.27%-
XYZ27.1618.8838.77-
YUV123.57152.51160.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.49%
GREEN value IS 92 (36.33% from 255) = 21.50%
BLUE value IS 167 (65.62% from 255) = 39.02%
R=39.49%
G=21.50%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699216700.460.010.34301.5630.9251.18
HexA95CA702E12212e1f33
Octal2511342470561424563763
Binary101010011011100101001110101110110001010010111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95CA7; }

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

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

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

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

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

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

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

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