#A552A0

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

Shades of Violet Blue #A552A0

Tints of Violet Blue #A552A0

Color information

#A552A0 (or 0xA552A0) is unknown color: approx Violet Blue. HEX triplet: A5, 52 and A0. RGB value is (165,82,160). Sum of RGB (Red+Green+Blue) = 165+82+160=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A552A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A552A0 is #5AAD5F. Grayscale: #737373. Windows color (decimal): -5942624 or 10506917. OLE color: 10506917.

HSL color Cylindrical-coordinate representation of color #A552A0: hue angle of 303.61º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A552A0 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB16582160-
CMYK00.500.030.35
HSL303.61º33.6%48.43%-
HSV(B)303.61º50.3%64.71%-
XYZ24.8816.5735.15-
YUV115.71153163.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.54%
GREEN value IS 82 (32.42% from 255) = 20.15%
BLUE value IS 160 (62.89% from 255) = 39.31%
R=40.54%
G=20.15%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658216000.500.030.35303.6133.648.43
HexA552A00323231302230
Octal2451222400623434604260
Binary10100101101001010100000011001011100011100110000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A552A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A552A0; }

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

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

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

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

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

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

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

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