#A276A1

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

Shades of Violet Blue #A276A1

Tints of Violet Blue #A276A1

Color information

#A276A1 (or 0xA276A1) is unknown color: approx Violet Blue. HEX triplet: A2, 76 and A1. RGB value is (162,118,161). Sum of RGB (Red+Green+Blue) = 162+118+161=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 162 - color contains mainly: red. Hex color #A276A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A276A1 is #5D895E. Grayscale: #878787. Windows color (decimal): -6130015 or 10581666. OLE color: 10581666.

HSL color Cylindrical-coordinate representation of color #A276A1: hue angle of 301.36º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A276A1 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB162118161-
CMYK00.270.010.36
HSL301.36º19.13%54.9%-
HSV(B)301.36º27.16%63.53%-
XYZ27.8123.2136.73-
YUV136.06142.08146.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.73%
GREEN value IS 118 (46.48% from 255) = 26.76%
BLUE value IS 161 (63.28% from 255) = 36.51%
R=36.73%
G=26.76%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211816100.270.010.36301.3619.1354.9
HexA276A101B12412d1337
Octal2421662410331444552367
Binary10100010111011010100001011011110010010010110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A276A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A276A1; }

 p { color: rgb(162,118,161); }

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

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

 a { background-color: rgb(162,118,161); }

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

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

 span { border-color: rgb(162,118,161); }

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