#A46C99

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

Shades of Violet Blue #A46C99

Tints of Violet Blue #A46C99

Color information

#A46C99 (or 0xA46C99) is unknown color: approx Violet Blue. HEX triplet: A4, 6C and 99. RGB value is (164,108,153). Sum of RGB (Red+Green+Blue) = 164+108+153=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 108 (42.58% from 255 or 25.41% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46C99 is #5B9366. Grayscale: #818181. Windows color (decimal): -6001511 or 10054820. OLE color: 10054820.

HSL color Cylindrical-coordinate representation of color #A46C99: hue angle of 311.79º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A46C99 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB164108153-
CMYK00.340.070.36
HSL311.79º23.53%53.33%-
HSV(B)311.79º34.15%64.31%-
XYZ26.4220.9232.78-
YUV129.87141.05152.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.59%
GREEN value IS 108 (42.58% from 255) = 25.41%
BLUE value IS 153 (60.16% from 255) = 36%
R=38.59%
G=25.41%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410815300.340.070.36311.7923.5353.33
HexA46C990227241381835
Octal2441542310427444703065
Binary10100100110110010011001010001011110010010011100011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46C99; }

 p { color: rgb(164,108,153); }

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

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

 a { background-color: rgb(164,108,153); }

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

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

 span { border-color: rgb(164,108,153); }

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