#A65EAF

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

Shades of Violet Blue #A65EAF

Tints of Violet Blue #A65EAF

Color information

#A65EAF (or 0xA65EAF) is unknown color: approx Violet Blue. HEX triplet: A6, 5E and AF. RGB value is (166,94,175). Sum of RGB (Red+Green+Blue) = 166+94+175=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 94 (37.11% from 255 or 21.61% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 175 - color contains mainly: blue. Hex color #A65EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65EAF is #59A150. Grayscale: #7C7C7C. Windows color (decimal): -5874001 or 11493030. OLE color: 11493030.

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

Color convert

RGB16694175-
CMYK0.050.4600.31
HSL293.33º33.61%52.75%-
HSV(B)293.33º46.29%68.63%-
XYZ27.4719.2142.82-
YUV124.76156.35157.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.16%
GREEN value IS 94 (37.11% from 255) = 21.61%
BLUE value IS 175 (68.75% from 255) = 40.23%
R=38.16%
G=21.61%
B=40.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166941750.050.4600.31293.3333.6152.75
HexA65EAF52E01F1252235
Octal2461362575560374454265
Binary10100110101111010101111101101110011111100100101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65EAF; }

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

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

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

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

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

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

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

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