#A65EAB

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

Shades of Violet Blue #A65EAB

Tints of Violet Blue #A65EAB

Color information

#A65EAB (or 0xA65EAB) is unknown color: approx Violet Blue. HEX triplet: A6, 5E and AB. RGB value is (166,94,171). Sum of RGB (Red+Green+Blue) = 166+94+171=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: blue. Hex color #A65EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65EAB is #59A154. Grayscale: #7C7C7C. Windows color (decimal): -5874005 or 11230886. OLE color: 11230886.

HSL color Cylindrical-coordinate representation of color #A65EAB: hue angle of 296.1º degrees, saturation: 0.31, 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 #A65EAB is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16694171-
CMYK0.030.4500.33
HSL296.1º31.43%51.96%-
HSV(B)296.1º45.03%67.06%-
XYZ27.0819.0540.78-
YUV124.31154.35157.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.52%
GREEN value IS 94 (37.11% from 255) = 21.81%
BLUE value IS 171 (67.19% from 255) = 39.68%
R=38.52%
G=21.81%
B=39.68%

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
Decimal166941710.030.4500.33296.131.4351.96
HexA65EAB32D0211281f34
Octal2461362533550414503764
Binary1010011010111101010101111101101010000110010100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65EAB; }

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

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

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

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

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

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

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

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