#A46CA0

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

Shades of Violet Blue #A46CA0

Tints of Violet Blue #A46CA0

Color information

#A46CA0 (or 0xA46CA0) is unknown color: approx Violet Blue. HEX triplet: A4, 6C and A0. RGB value is (164,108,160). Sum of RGB (Red+Green+Blue) = 164+108+160=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 164 - color contains mainly: red. Hex color #A46CA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46CA0 is #5B935F. Grayscale: #828282. Windows color (decimal): -6001504 or 10513572. OLE color: 10513572.

HSL color Cylindrical-coordinate representation of color #A46CA0: hue angle of 304.29º 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 #A46CA0 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB164108160-
CMYK00.340.020.36
HSL304.29º23.53%53.33%-
HSV(B)304.29º34.15%64.31%-
XYZ27.0221.1635.92-
YUV130.67144.55151.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.96%
GREEN value IS 108 (42.58% from 255) = 25%
BLUE value IS 160 (62.89% from 255) = 37.04%
R=37.96%
G=25%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410816000.340.020.36304.2923.5353.33
HexA46CA00222241301835
Octal2441542400422444603065
Binary1010010011011001010000001000101010010010011000011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46CA0; }

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

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

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

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

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

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

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

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