#A552AA

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

Shades of Violet Blue #A552AA

Tints of Violet Blue #A552AA

Color information

#A552AA (or 0xA552AA) is unknown color: approx Violet Blue. HEX triplet: A5, 52 and AA. RGB value is (165,82,170). Sum of RGB (Red+Green+Blue) = 165+82+170=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #A552AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A552AA is #5AAD55. Grayscale: #747474. Windows color (decimal): -5942614 or 11162277. OLE color: 11162277.

HSL color Cylindrical-coordinate representation of color #A552AA: hue angle of 296.59º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A552AA is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16582170-
CMYK0.030.5200.33
HSL296.59º34.92%49.41%-
HSV(B)296.59º51.76%66.67%-
XYZ25.7916.9439.94-
YUV116.85158162.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.57%
GREEN value IS 82 (32.42% from 255) = 19.66%
BLUE value IS 170 (66.80% from 255) = 40.77%
R=39.57%
G=19.66%
B=40.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165821700.030.5200.33296.5934.9249.41
HexA552AA3340211292331
Octal2451222523640414514361
Binary10100101101001010101010111101000100001100101001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A552AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A552AA; }

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

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

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

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

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

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

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

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