#A569AB

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

Shades of Violet Blue #A569AB

Tints of Violet Blue #A569AB

Color information

#A569AB (or 0xA569AB) is unknown color: approx Violet Blue. HEX triplet: A5, 69 and AB. RGB value is (165,105,171). Sum of RGB (Red+Green+Blue) = 165+105+171=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 171 - color contains mainly: blue. Hex color #A569AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A569AB is #5A9654. Grayscale: #828282. Windows color (decimal): -5936725 or 11233701. OLE color: 11233701.

HSL color Cylindrical-coordinate representation of color #A569AB: hue angle of 294.55º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A569AB is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB165105171-
CMYK0.040.3900.33
HSL294.55º28.21%54.12%-
HSV(B)294.55º38.6%67.06%-
XYZ27.9221.0441.12-
YUV130.46150.88152.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.41%
GREEN value IS 105 (41.41% from 255) = 23.81%
BLUE value IS 171 (67.19% from 255) = 38.78%
R=37.41%
G=23.81%
B=38.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651051710.040.3900.33294.5528.2154.12
HexA569AB4270211271c36
Octal2451512534470414473466
Binary10100101110100110101011100100111010000110010011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A569AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A569AB; }

 p { color: rgb(165,105,171); }

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

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

 a { background-color: rgb(165,105,171); }

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

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

 span { border-color: rgb(165,105,171); }

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