#A569AF

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

Shades of Violet Blue #A569AF

Tints of Violet Blue #A569AF

Color information

#A569AF (or 0xA569AF) is unknown color: approx Violet Blue. HEX triplet: A5, 69 and AF. RGB value is (165,105,175). Sum of RGB (Red+Green+Blue) = 165+105+175=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 175 - color contains mainly: blue. Hex color #A569AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A569AF is #5A9650. Grayscale: #828282. Windows color (decimal): -5936721 or 11495845. OLE color: 11495845.

HSL color Cylindrical-coordinate representation of color #A569AF: hue angle of 291.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A569AF is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB165105175-
CMYK0.060.4000.31
HSL291.43º30.43%54.9%-
HSV(B)291.43º40%68.63%-
XYZ28.3121.243.16-
YUV130.92152.88152.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.08%
GREEN value IS 105 (41.41% from 255) = 23.60%
BLUE value IS 175 (68.75% from 255) = 39.33%
R=37.08%
G=23.60%
B=39.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651051750.060.4000.31291.4330.4354.9
HexA569AF62801F1231e37
Octal2451512576500374433667
Binary1010010111010011010111111010100001111110010001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A569AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A569AF; }

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

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

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

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

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

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

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

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