#A951B0

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

Shades of Violet Blue #A951B0

Tints of Violet Blue #A951B0

Color information

#A951B0 (or 0xA951B0) is unknown color: approx Violet Blue. HEX triplet: A9, 51 and B0. RGB value is (169,81,176). Sum of RGB (Red+Green+Blue) = 169+81+176=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 176 (69.14% from 255 or 41.31% from 426); Max value from RGB is 176 - color contains mainly: blue. Hex color #A951B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A951B0 is #56AE4F. Grayscale: #757575. Windows color (decimal): -5680720 or 11555241. OLE color: 11555241.

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

Color convert

RGB16981176-
CMYK0.040.5400.31
HSL295.58º37.55%50.39%-
HSV(B)295.58º53.98%69.02%-
XYZ27.1417.4543.01-
YUV118.14160.65164.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.67%
GREEN value IS 81 (32.03% from 255) = 19.01%
BLUE value IS 176 (69.14% from 255) = 41.31%
R=39.67%
G=19.01%
B=41.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169811760.040.5400.31295.5837.5550.39
HexA951B043601F1282632
Octal2511212604660374504662
Binary10101001101000110110000100110110011111100101000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A951B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A951B0; }

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

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

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

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

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

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

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

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