#A46EAF

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

Shades of Violet Blue #A46EAF

Tints of Violet Blue #A46EAF

Color information

#A46EAF (or 0xA46EAF) is unknown color: approx Violet Blue. HEX triplet: A4, 6E and AF. RGB value is (164,110,175). Sum of RGB (Red+Green+Blue) = 164+110+175=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 175 - color contains mainly: blue. Hex color #A46EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46EAF is #5B9150. Grayscale: #858585. Windows color (decimal): -6000977 or 11497124. OLE color: 11497124.

HSL color Cylindrical-coordinate representation of color #A46EAF: hue angle of 289.85º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A46EAF is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB164110175-
CMYK0.060.3700.31
HSL289.85º28.89%55.88%-
HSV(B)289.85º37.14%68.63%-
XYZ28.6222.1443.32-
YUV133.56151.39149.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.53%
GREEN value IS 110 (43.36% from 255) = 24.50%
BLUE value IS 175 (68.75% from 255) = 38.98%
R=36.53%
G=24.50%
B=38.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641101750.060.3700.31289.8528.8955.88
HexA46EAF62501F1221d38
Octal2441562576450374423570
Binary1010010011011101010111111010010101111110010001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46EAF; }

 p { color: rgb(164,110,175); }

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

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

 a { background-color: rgb(164,110,175); }

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

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

 span { border-color: rgb(164,110,175); }

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