#A65EAC

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

Shades of Violet Blue #A65EAC

Tints of Violet Blue #A65EAC

Color information

#A65EAC (or 0xA65EAC) is unknown color: approx Violet Blue. HEX triplet: A6, 5E and AC. RGB value is (166,94,172). Sum of RGB (Red+Green+Blue) = 166+94+172=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 172 - color contains mainly: blue. Hex color #A65EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65EAC is #59A153. Grayscale: #7C7C7C. Windows color (decimal): -5874004 or 11296422. OLE color: 11296422.

HSL color Cylindrical-coordinate representation of color #A65EAC: hue angle of 295.38º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A65EAC is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16694172-
CMYK0.030.4500.33
HSL295.38º31.97%52.16%-
HSV(B)295.38º45.35%67.45%-
XYZ27.1719.0941.28-
YUV124.42154.85157.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.43%
GREEN value IS 94 (37.11% from 255) = 21.76%
BLUE value IS 172 (67.58% from 255) = 39.81%
R=38.43%
G=21.76%
B=39.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166941720.030.4500.33295.3831.9752.16
HexA65EAC32D0211272034
Octal2461362543550414474064
Binary10100110101111010101100111011010100001100100111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65EAC; }

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

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

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

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

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

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

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

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