#A95EA2

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

Shades of Violet Blue #A95EA2

Tints of Violet Blue #A95EA2

Color information

#A95EA2 (or 0xA95EA2) is unknown color: approx Violet Blue. HEX triplet: A9, 5E and A2. RGB value is (169,94,162). Sum of RGB (Red+Green+Blue) = 169+94+162=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 162 (63.67% from 255 or 38.12% from 425); Max value from RGB is 169 - color contains mainly: red. Hex color #A95EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95EA2 is #56A15D. Grayscale: #7B7B7B. Windows color (decimal): -5677406 or 10641065. OLE color: 10641065.

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

Color convert

RGB16994162-
CMYK00.440.040.34
HSL305.6º30.36%51.57%-
HSV(B)305.6º44.38%66.27%-
XYZ26.8919.0536.44-
YUV124.18149.35159.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.76%
GREEN value IS 94 (37.11% from 255) = 22.12%
BLUE value IS 162 (63.67% from 255) = 38.12%
R=39.76%
G=22.12%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699416200.440.040.34305.630.3651.57
HexA95EA202C4221321e34
Octal2511362420544424623664
Binary10101001101111010100010010110010010001010011001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95EA2; }

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

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

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

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

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

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

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

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