#A95FA4

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

Shades of Violet Blue #A95FA4

Tints of Violet Blue #A95FA4

Color information

#A95FA4 (or 0xA95FA4) is unknown color: approx Violet Blue. HEX triplet: A9, 5F and A4. RGB value is (169,95,164). Sum of RGB (Red+Green+Blue) = 169+95+164=428 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.49% from 428); Green value is 95 (37.5% from 255 or 22.20% from 428); Blue value is 164 (64.45% from 255 or 38.32% from 428); Max value from RGB is 169 - color contains mainly: red. Hex color #A95FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95FA4 is #56A05B. Grayscale: #7C7C7C. Windows color (decimal): -5677148 or 10772393. OLE color: 10772393.

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

Color convert

RGB16995164-
CMYK00.440.030.34
HSL304.05º30.08%51.76%-
HSV(B)304.05º43.79%66.27%-
XYZ27.1619.337.42-
YUV124.99150.02159.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.49%
GREEN value IS 95 (37.5% from 255) = 22.20%
BLUE value IS 164 (64.45% from 255) = 38.32%
R=39.49%
G=22.20%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699516400.440.030.34304.0530.0851.76
HexA95FA402C3221301e34
Octal2511372440543424603664
Binary1010100110111111010010001011001110001010011000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95FA4; }

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

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

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

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

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

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

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

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