#A958AF

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

Shades of Violet Blue #A958AF

Tints of Violet Blue #A958AF

Color information

#A958AF (or 0xA958AF) is unknown color: approx Violet Blue. HEX triplet: A9, 58 and AF. RGB value is (169,88,175). Sum of RGB (Red+Green+Blue) = 169+88+175=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #A958AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A958AF is #56A750. Grayscale: #797979. Windows color (decimal): -5678929 or 11491497. OLE color: 11491497.

HSL color Cylindrical-coordinate representation of color #A958AF: hue angle of 295.86º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A958AF is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16988175-
CMYK0.030.5000.31
HSL295.86º35.22%51.57%-
HSV(B)295.86º49.71%68.63%-
XYZ27.5918.5142.68-
YUV122.14157.84161.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.12%
GREEN value IS 88 (34.77% from 255) = 20.37%
BLUE value IS 175 (68.75% from 255) = 40.51%
R=39.12%
G=20.37%
B=40.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169881750.030.5000.31295.8635.2251.57
HexA958AF33201F1282334
Octal2511302573620374504364
Binary1010100110110001010111111110010011111100101000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A958AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A958AF; }

 p { color: rgb(169,88,175); }

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

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

 a { background-color: rgb(169,88,175); }

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

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

 span { border-color: rgb(169,88,175); }

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