#A65EA7

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

Shades of Violet Blue #A65EA7

Tints of Violet Blue #A65EA7

Color information

#A65EA7 (or 0xA65EA7) is unknown color: approx Violet Blue. HEX triplet: A6, 5E and A7. RGB value is (166,94,167). Sum of RGB (Red+Green+Blue) = 166+94+167=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 167 (65.62% from 255 or 39.11% from 427); Max value from RGB is 167 - color contains mainly: blue. Hex color #A65EA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65EA7 is #59A158. Grayscale: #7B7B7B. Windows color (decimal): -5874009 or 10968742. OLE color: 10968742.

HSL color Cylindrical-coordinate representation of color #A65EA7: hue angle of 299.18º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A65EA7 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16694167-
CMYK0.010.4400.35
HSL299.18º29.32%51.18%-
HSV(B)299.18º43.71%65.49%-
XYZ26.718.938.8-
YUV123.85152.35158.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.88%
GREEN value IS 94 (37.11% from 255) = 22.01%
BLUE value IS 167 (65.62% from 255) = 39.11%
R=38.88%
G=22.01%
B=39.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166941670.010.4400.35299.1829.3251.18
HexA65EA712C02312b1d33
Octal2461362471540434533563
Binary101001101011110101001111101100010001110010101111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65EA7; }

 p { color: rgb(166,94,167); }

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

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

 a { background-color: rgb(166,94,167); }

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

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

 span { border-color: rgb(166,94,167); }

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