#A76CAB

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

Shades of Violet Blue #A76CAB

Tints of Violet Blue #A76CAB

Color information

#A76CAB (or 0xA76CAB) is unknown color: approx Violet Blue. HEX triplet: A7, 6C and AB. RGB value is (167,108,171). Sum of RGB (Red+Green+Blue) = 167+108+171=446 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.44% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 171 - color contains mainly: blue. Hex color #A76CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76CAB is #589354. Grayscale: #848484. Windows color (decimal): -5804885 or 11234471. OLE color: 11234471.

HSL color Cylindrical-coordinate representation of color #A76CAB: hue angle of 296.19º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A76CAB is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB167108171-
CMYK0.020.3700.33
HSL296.19º27.27%54.71%-
HSV(B)296.19º36.84%67.06%-
XYZ28.6521.8841.24-
YUV132.82149.55152.38-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.44%
GREEN value IS 108 (42.58% from 255) = 24.22%
BLUE value IS 171 (67.19% from 255) = 38.34%
R=37.44%
G=24.22%
B=38.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671081710.020.3700.33296.1927.2754.71
HexA76CAB2250211281b37
Octal2471542532450414503367
Binary1010011111011001010101110100101010000110010100011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76CAB; }

 p { color: rgb(167,108,171); }

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

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

 a { background-color: rgb(167,108,171); }

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

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

 span { border-color: rgb(167,108,171); }

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