#A76898

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

Shades of Violet Blue #A76898

Tints of Violet Blue #A76898

Color information

#A76898 (or 0xA76898) is unknown color: approx Violet Blue. HEX triplet: A7, 68 and 98. RGB value is (167,104,152). Sum of RGB (Red+Green+Blue) = 167+104+152=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 167 - color contains mainly: red. Hex color #A76898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76898 is #589767. Grayscale: #808080. Windows color (decimal): -5805928 or 9988263. OLE color: 9988263.

HSL color Cylindrical-coordinate representation of color #A76898: hue angle of 314.29º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A76898 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB167104152-
CMYK00.380.090.35
HSL314.29º26.36%53.14%-
HSV(B)314.29º37.72%65.49%-
XYZ26.5520.3832.24-
YUV128.31141.37155.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.48%
GREEN value IS 104 (41.02% from 255) = 24.59%
BLUE value IS 152 (59.77% from 255) = 35.93%
R=39.48%
G=24.59%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710415200.380.090.35314.2926.3653.14
HexA7689802692313a1a35
Octal24715023004611434723265
Binary101001111101000100110000100110100110001110011101011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76898; }

 p { color: rgb(167,104,152); }

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

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

 a { background-color: rgb(167,104,152); }

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

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

 span { border-color: rgb(167,104,152); }

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