#A569AA

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

Shades of Violet Blue #A569AA

Tints of Violet Blue #A569AA

Color information

#A569AA (or 0xA569AA) is unknown color: approx Violet Blue. HEX triplet: A5, 69 and AA. RGB value is (165,105,170). Sum of RGB (Red+Green+Blue) = 165+105+170=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #A569AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A569AA is #5A9655. Grayscale: #828282. Windows color (decimal): -5936726 or 11168165. OLE color: 11168165.

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

Color convert

RGB165105170-
CMYK0.030.3800.33
HSL295.38º27.66%53.92%-
HSV(B)295.38º38.24%66.67%-
XYZ27.822140.62-
YUV130.35150.38152.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.5%
GREEN value IS 105 (41.41% from 255) = 23.86%
BLUE value IS 170 (66.80% from 255) = 38.64%
R=37.5%
G=23.86%
B=38.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651051700.030.3800.33295.3827.6653.92
HexA569AA3260211271c36
Octal2451512523460414473466
Binary1010010111010011010101011100110010000110010011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A569AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A569AA; }

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

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

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

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

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

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

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

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