#A558A2

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

Shades of Violet Blue #A558A2

Tints of Violet Blue #A558A2

Color information

#A558A2 (or 0xA558A2) is unknown color: approx Violet Blue. HEX triplet: A5, 58 and A2. RGB value is (165,88,162). Sum of RGB (Red+Green+Blue) = 165+88+162=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 165 - color contains mainly: red. Hex color #A558A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A558A2 is #5AA75D. Grayscale: #777777. Windows color (decimal): -5941086 or 10639525. OLE color: 10639525.

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

Color convert

RGB16588162-
CMYK00.470.020.35
HSL302.34º30.43%49.61%-
HSV(B)302.34º46.67%64.71%-
XYZ25.5317.5936.23-
YUV119.46152.01160.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.76%
GREEN value IS 88 (34.77% from 255) = 21.20%
BLUE value IS 162 (63.67% from 255) = 39.04%
R=39.76%
G=21.20%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658816200.470.020.35302.3430.4349.61
HexA558A202F22312e1e32
Octal2451302420572434563662
Binary1010010110110001010001001011111010001110010111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A558A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A558A2; }

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

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

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

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

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

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

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

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