#A552AD

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

Shades of Violet Blue #A552AD

Tints of Violet Blue #A552AD

Color information

#A552AD (or 0xA552AD) is unknown color: approx Violet Blue. HEX triplet: A5, 52 and AD. RGB value is (165,82,173). Sum of RGB (Red+Green+Blue) = 165+82+173=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #A552AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A552AD is #5AAD52. Grayscale: #747474. Windows color (decimal): -5942611 or 11358885. OLE color: 11358885.

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

Color convert

RGB16582173-
CMYK0.050.5300.32
HSL294.73º35.69%50%-
HSV(B)294.73º52.6%67.84%-
XYZ26.0817.0541.45-
YUV117.19159.5162.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.29%
GREEN value IS 82 (32.42% from 255) = 19.52%
BLUE value IS 173 (67.97% from 255) = 41.19%
R=39.29%
G=19.52%
B=41.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165821730.050.5300.32294.7335.6950
HexA552AD5350201272432
Octal2451222555650404474462
Binary101001011010010101011011011101010100000100100111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A552AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A552AD; }

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

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

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

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

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

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

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

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