#A569A4

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

Shades of Violet Blue #A569A4

Tints of Violet Blue #A569A4

Color information

#A569A4 (or 0xA569A4) is unknown color: approx Violet Blue. HEX triplet: A5, 69 and A4. RGB value is (165,105,164). Sum of RGB (Red+Green+Blue) = 165+105+164=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 164 (64.45% from 255 or 37.79% from 434); Max value from RGB is 165 - color contains mainly: red. Hex color #A569A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A569A4 is #5A965B. Grayscale: #818181. Windows color (decimal): -5936732 or 10774949. OLE color: 10774949.

HSL color Cylindrical-coordinate representation of color #A569A4: hue angle of 301º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A569A4 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB165105164-
CMYK00.360.010.35
HSL301º25%52.94%-
HSV(B)301º36.36%64.71%-
XYZ27.2720.7837.7-
YUV129.67147.38153.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.02%
GREEN value IS 105 (41.41% from 255) = 24.19%
BLUE value IS 164 (64.45% from 255) = 37.79%
R=38.02%
G=24.19%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510516400.360.010.353012552.94
HexA569A402412312d1935
Octal2451512440441434553165
Binary101001011101001101001000100100110001110010110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A569A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A569A4; }

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

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

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

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

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

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

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

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