#A569AD

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

Shades of Violet Blue #A569AD

Tints of Violet Blue #A569AD

Color information

#A569AD (or 0xA569AD) is unknown color: approx Violet Blue. HEX triplet: A5, 69 and AD. RGB value is (165,105,173). Sum of RGB (Red+Green+Blue) = 165+105+173=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 173 - color contains mainly: blue. Hex color #A569AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A569AD is #5A9652. Grayscale: #828282. Windows color (decimal): -5936723 or 11364773. OLE color: 11364773.

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

Color convert

RGB165105173-
CMYK0.050.3900.32
HSL292.94º29.31%54.51%-
HSV(B)292.94º39.31%67.84%-
XYZ28.1121.1242.13-
YUV130.69151.88152.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.25%
GREEN value IS 105 (41.41% from 255) = 23.70%
BLUE value IS 173 (67.97% from 255) = 39.05%
R=37.25%
G=23.70%
B=39.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651051730.050.3900.32292.9429.3154.51
HexA569AD5270201251d37
Octal2451512555470404453567
Binary10100101110100110101101101100111010000010010010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A569AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A569AD; }

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

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

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

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

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

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

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

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