#A566AE

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

Shades of Violet Blue #A566AE

Tints of Violet Blue #A566AE

Color information

#A566AE (or 0xA566AE) is unknown color: approx Violet Blue. HEX triplet: A5, 66 and AE. RGB value is (165,102,174). Sum of RGB (Red+Green+Blue) = 165+102+174=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 174 - color contains mainly: blue. Hex color #A566AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A566AE is #5A9951. Grayscale: #808080. Windows color (decimal): -5937490 or 11429541. OLE color: 11429541.

HSL color Cylindrical-coordinate representation of color #A566AE: hue angle of 292.5º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A566AE is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB165102174-
CMYK0.050.4100.32
HSL292.5º30.77%54.12%-
HSV(B)292.5º41.38%68.24%-
XYZ27.9120.5642.54-
YUV129.05153.37153.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.41%
GREEN value IS 102 (40.23% from 255) = 23.13%
BLUE value IS 174 (68.36% from 255) = 39.46%
R=37.41%
G=23.13%
B=39.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651021740.050.4100.32292.530.7754.12
HexA566AE5290201241f36
Octal2451462565510404443766
Binary10100101110011010101110101101001010000010010010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A566AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A566AE; }

 p { color: rgb(165,102,174); }

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

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

 a { background-color: rgb(165,102,174); }

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

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

 span { border-color: rgb(165,102,174); }

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