#A76FB0

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

Shades of Violet Blue #A76FB0

Tints of Violet Blue #A76FB0

Color information

#A76FB0 (or 0xA76FB0) is unknown color: approx Violet Blue. HEX triplet: A7, 6F and B0. RGB value is (167,111,176). Sum of RGB (Red+Green+Blue) = 167+111+176=454 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.78% from 454); Green value is 111 (43.75% from 255 or 24.45% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 176 - color contains mainly: blue. Hex color #A76FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76FB0 is #58904F. Grayscale: #868686. Windows color (decimal): -5804112 or 11562919. OLE color: 11562919.

HSL color Cylindrical-coordinate representation of color #A76FB0: hue angle of 291.69º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A76FB0 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB167111176-
CMYK0.050.3700.31
HSL291.69º29.15%56.27%-
HSV(B)291.69º36.93%69.02%-
XYZ29.4622.7243.91-
YUV135.15151.05150.71-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.78%
GREEN value IS 111 (43.75% from 255) = 24.45%
BLUE value IS 176 (69.14% from 255) = 38.77%
R=36.78%
G=24.45%
B=38.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671111760.050.3700.31291.6929.1556.27
HexA76FB052501F1241d38
Octal2471572605450374443570
Binary1010011111011111011000010110010101111110010010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76FB0; }

 p { color: rgb(167,111,176); }

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

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

 a { background-color: rgb(167,111,176); }

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

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

 span { border-color: rgb(167,111,176); }

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