#A956B0

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

Shades of Violet Blue #A956B0

Tints of Violet Blue #A956B0

Color information

#A956B0 (or 0xA956B0) is unknown color: approx Violet Blue. HEX triplet: A9, 56 and B0. RGB value is (169,86,176). Sum of RGB (Red+Green+Blue) = 169+86+176=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 176 - color contains mainly: blue. Hex color #A956B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A956B0 is #56A94F. Grayscale: #787878. Windows color (decimal): -5679440 or 11556521. OLE color: 11556521.

HSL color Cylindrical-coordinate representation of color #A956B0: hue angle of 295.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A956B0 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16986176-
CMYK0.040.5100.31
HSL295.33º36.29%51.37%-
HSV(B)295.33º51.14%69.02%-
XYZ27.5318.2343.14-
YUV121.08159162.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.21%
GREEN value IS 86 (33.98% from 255) = 19.95%
BLUE value IS 176 (69.14% from 255) = 40.84%
R=39.21%
G=19.95%
B=40.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169861760.040.5100.31295.3336.2951.37
HexA956B043301F1272433
Octal2511262604630374474463
Binary10101001101011010110000100110011011111100100111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A956B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A956B0; }

 p { color: rgb(169,86,176); }

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

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

 a { background-color: rgb(169,86,176); }

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

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

 span { border-color: rgb(169,86,176); }

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