#A55299

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

Shades of Violet Blue #A55299

Tints of Violet Blue #A55299

Color information

#A55299 (or 0xA55299) is unknown color: approx Violet Blue. HEX triplet: A5, 52 and 99. RGB value is (165,82,153). Sum of RGB (Red+Green+Blue) = 165+82+153=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 153 (60.16% from 255 or 38.25% from 400); Max value from RGB is 165 - color contains mainly: red. Hex color #A55299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55299 is #5AAD66. Grayscale: #727272. Windows color (decimal): -5942631 or 10048165. OLE color: 10048165.

HSL color Cylindrical-coordinate representation of color #A55299: hue angle of 308.67º 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 #A55299 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB16582153-
CMYK00.500.070.35
HSL308.67º33.6%48.43%-
HSV(B)308.67º50.3%64.71%-
XYZ24.2816.3332.01-
YUV114.91149.5163.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.25%
GREEN value IS 82 (32.42% from 255) = 20.5%
BLUE value IS 153 (60.16% from 255) = 38.25%
R=41.25%
G=20.5%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658215300.500.070.35308.6733.648.43
HexA552990327231352230
Octal2451222310627434654260
Binary101001011010010100110010110010111100011100110101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55299; }

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

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

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

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

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

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

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

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