#A55298

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

Shades of Violet Blue #A55298

Tints of Violet Blue #A55298

Color information

#A55298 (or 0xA55298) is unknown color: approx Violet Blue. HEX triplet: A5, 52 and 98. RGB value is (165,82,152). Sum of RGB (Red+Green+Blue) = 165+82+152=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 165 - color contains mainly: red. Hex color #A55298 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55298 is #5AAD67. Grayscale: #727272. Windows color (decimal): -5942632 or 9982629. OLE color: 9982629.

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

Color convert

RGB16582152-
CMYK00.500.080.35
HSL309.4º33.6%48.43%-
HSV(B)309.4º50.3%64.71%-
XYZ24.216.331.58-
YUV114.8149163.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.35%
GREEN value IS 82 (32.42% from 255) = 20.55%
BLUE value IS 152 (59.77% from 255) = 38.10%
R=41.35%
G=20.55%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658215200.500.080.35309.433.648.43
HexA552980328231352230
Octal24512223006210434654260
Binary1010010110100101001100001100101000100011100110101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55298; }

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

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

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

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

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

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

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

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