#A5589C

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

Shades of Violet Blue #A5589C

Tints of Violet Blue #A5589C

Color information

#A5589C (or 0xA5589C) is unknown color: approx Violet Blue. HEX triplet: A5, 58 and 9C. RGB value is (165,88,156). Sum of RGB (Red+Green+Blue) = 165+88+156=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 165 - color contains mainly: red. Hex color #A5589C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5589C is #5AA763. Grayscale: #767676. Windows color (decimal): -5941092 or 10246309. OLE color: 10246309.

HSL color Cylindrical-coordinate representation of color #A5589C: hue angle of 307.01º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5589C is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB16588156-
CMYK00.470.050.35
HSL307.01º30.43%49.61%-
HSV(B)307.01º46.67%64.71%-
XYZ25.0117.3833.49-
YUV118.78149.01160.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.34%
GREEN value IS 88 (34.77% from 255) = 21.52%
BLUE value IS 156 (61.33% from 255) = 38.14%
R=40.34%
G=21.52%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658815600.470.050.35307.0130.4349.61
HexA5589C02F5231331e32
Octal2451302340575434633662
Binary10100101101100010011100010111110110001110011001111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5589C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5589C; }

 p { color: rgb(165,88,156); }

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

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

 a { background-color: rgb(165,88,156); }

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

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

 span { border-color: rgb(165,88,156); }

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