#A960B2

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

Shades of Violet Blue #A960B2

Tints of Violet Blue #A960B2

Color information

#A960B2 (or 0xA960B2) is unknown color: approx Violet Blue. HEX triplet: A9, 60 and B2. RGB value is (169,96,178). Sum of RGB (Red+Green+Blue) = 169+96+178=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 178 - color contains mainly: blue. Hex color #A960B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A960B2 is #569F4D. Grayscale: #7E7E7E. Windows color (decimal): -5676878 or 11690153. OLE color: 11690153.

HSL color Cylindrical-coordinate representation of color #A960B2: hue angle of 293.41º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A960B2 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16996178-
CMYK0.050.4600.30
HSL293.41º34.75%53.73%-
HSV(B)293.41º46.07%69.8%-
XYZ28.5820.0244.48-
YUV127.18156.68157.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.15%
GREEN value IS 96 (37.89% from 255) = 21.67%
BLUE value IS 178 (69.92% from 255) = 40.18%
R=38.15%
G=21.67%
B=40.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal169961780.050.4600.30293.4134.7553.73
HexA960B252E01E1252336
Octal2511402625560364454366
Binary10101001110000010110010101101110011110100100101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A960B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A960B2; }

 p { color: rgb(169,96,178); }

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

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

 a { background-color: rgb(169,96,178); }

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

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

 span { border-color: rgb(169,96,178); }

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