#A76BAD

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

Shades of Violet Blue #A76BAD

Tints of Violet Blue #A76BAD

Color information

#A76BAD (or 0xA76BAD) is unknown color: approx Violet Blue. HEX triplet: A7, 6B and AD. RGB value is (167,107,173). Sum of RGB (Red+Green+Blue) = 167+107+173=447 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.36% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 173 - color contains mainly: blue. Hex color #A76BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76BAD is #589452. Grayscale: #848484. Windows color (decimal): -5805139 or 11365287. OLE color: 11365287.

HSL color Cylindrical-coordinate representation of color #A76BAD: hue angle of 294.55º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A76BAD is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB167107173-
CMYK0.030.3800.32
HSL294.55º28.7%54.9%-
HSV(B)294.55º38.15%67.84%-
XYZ28.7421.7542.22-
YUV132.46150.88152.63-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.36%
GREEN value IS 107 (42.19% from 255) = 23.94%
BLUE value IS 173 (67.97% from 255) = 38.70%
R=37.36%
G=23.94%
B=38.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671071730.030.3800.32294.5528.754.9
HexA76BAD3260201271d37
Octal2471532553460404473567
Binary1010011111010111010110111100110010000010010011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76BAD; }

 p { color: rgb(167,107,173); }

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

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

 a { background-color: rgb(167,107,173); }

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

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

 span { border-color: rgb(167,107,173); }

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