#A64998

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

Shades of Violet Blue #A64998

Tints of Violet Blue #A64998

Color information

#A64998 (or 0xA64998) is unknown color: approx Violet Blue. HEX triplet: A6, 49 and 98. RGB value is (166,73,152). Sum of RGB (Red+Green+Blue) = 166+73+152=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 152 (59.77% from 255 or 38.87% from 391); Max value from RGB is 166 - color contains mainly: red. Hex color #A64998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64998 is #59B667. Grayscale: #6D6D6D. Windows color (decimal): -5879400 or 9980326. OLE color: 9980326.

HSL color Cylindrical-coordinate representation of color #A64998: hue angle of 309.03º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A64998 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB16673152-
CMYK00.560.080.35
HSL309.03º38.91%46.86%-
HSV(B)309.03º56.02%65.1%-
XYZ23.7815.1431.37-
YUV109.81151.81168.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.46%
GREEN value IS 73 (28.91% from 255) = 18.67%
BLUE value IS 152 (59.77% from 255) = 38.87%
R=42.46%
G=18.67%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667315200.560.080.35309.0338.9146.86
HexA64998038823135272f
Octal24611123007010434654757
Binary1010011010010011001100001110001000100011100110101100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64998; }

 p { color: rgb(166,73,152); }

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

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

 a { background-color: rgb(166,73,152); }

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

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

 span { border-color: rgb(166,73,152); }

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