#A95EA4

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

Shades of Violet Blue #A95EA4

Tints of Violet Blue #A95EA4

Color information

#A95EA4 (or 0xA95EA4) is unknown color: approx Violet Blue. HEX triplet: A9, 5E and A4. RGB value is (169,94,164). Sum of RGB (Red+Green+Blue) = 169+94+164=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 164 (64.45% from 255 or 38.41% from 427); Max value from RGB is 169 - color contains mainly: red. Hex color #A95EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95EA4 is #56A15B. Grayscale: #7C7C7C. Windows color (decimal): -5677404 or 10772137. OLE color: 10772137.

HSL color Cylindrical-coordinate representation of color #A95EA4: hue angle of 304º 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 #A95EA4 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.34.

Color convert

RGB16994164-
CMYK00.440.030.34
HSL304º30.36%51.57%-
HSV(B)304º44.38%66.27%-
XYZ27.0719.1237.39-
YUV124.4150.35159.81-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.58%
GREEN value IS 94 (37.11% from 255) = 22.01%
BLUE value IS 164 (64.45% from 255) = 38.41%
R=39.58%
G=22.01%
B=38.41%

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
Decimal1699416400.440.030.3430430.3651.57
HexA95EA402C3221301e34
Octal2511362440543424603664
Binary1010100110111101010010001011001110001010011000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95EA4; }

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

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

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

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

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

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

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

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