#A46296

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

Shades of Violet Blue #A46296

Tints of Violet Blue #A46296

Color information

#A46296 (or 0xA46296) is unknown color: approx Violet Blue. HEX triplet: A4, 62 and 96. RGB value is (164,98,150). Sum of RGB (Red+Green+Blue) = 164+98+150=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 164 - color contains mainly: red. Hex color #A46296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46296 is #5B9D69. Grayscale: #7B7B7B. Windows color (decimal): -6004074 or 9855652. OLE color: 9855652.

HSL color Cylindrical-coordinate representation of color #A46296: hue angle of 312.73º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A46296 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB16498150-
CMYK00.400.090.36
HSL312.73º26.61%51.37%-
HSV(B)312.73º40.24%64.31%-
XYZ25.1818.8331.16-
YUV123.66142.87156.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.81%
GREEN value IS 98 (38.67% from 255) = 23.79%
BLUE value IS 150 (58.98% from 255) = 36.41%
R=39.81%
G=23.79%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649815000.400.090.36312.7326.6151.37
HexA462960289241391b33
Octal24414222605011444713363
Binary101001001100010100101100101000100110010010011100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46296; }

 p { color: rgb(164,98,150); }

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

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

 a { background-color: rgb(164,98,150); }

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

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

 span { border-color: rgb(164,98,150); }

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