#A64EAF

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

Shades of Violet Blue #A64EAF

Tints of Violet Blue #A64EAF

Color information

#A64EAF (or 0xA64EAF) is unknown color: approx Violet Blue. HEX triplet: A6, 4E and AF. RGB value is (166,78,175). Sum of RGB (Red+Green+Blue) = 166+78+175=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 78 (30.86% from 255 or 18.62% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #A64EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64EAF is #59B150. Grayscale: #737373. Windows color (decimal): -5878097 or 11488934. OLE color: 11488934.

HSL color Cylindrical-coordinate representation of color #A64EAF: hue angle of 294.43º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A64EAF is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16678175-
CMYK0.050.5500.31
HSL294.43º38.34%49.61%-
HSV(B)294.43º55.43%68.63%-
XYZ26.1916.6542.39-
YUV115.37161.65164.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.62%
GREEN value IS 78 (30.86% from 255) = 18.62%
BLUE value IS 175 (68.75% from 255) = 41.77%
R=39.62%
G=18.62%
B=41.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166781750.050.5500.31294.4338.3449.61
HexA64EAF53701F1262632
Octal2461162575670374464662
Binary10100110100111010101111101110111011111100100110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64EAF; }

 p { color: rgb(166,78,175); }

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

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

 a { background-color: rgb(166,78,175); }

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

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

 span { border-color: rgb(166,78,175); }

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