#AB58B4

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

Shades of Violet Blue #AB58B4

Tints of Violet Blue #AB58B4

Color information

#AB58B4 (or 0xAB58B4) is unknown color: approx Violet Blue. HEX triplet: AB, 58 and B4. RGB value is (171,88,180). Sum of RGB (Red+Green+Blue) = 171+88+180=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 180 (70.70% from 255 or 41.00% from 439); Max value from RGB is 180 - color contains mainly: blue. Hex color #AB58B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB58B4 is #54A74B. Grayscale: #7B7B7B. Windows color (decimal): -5547852 or 11819179. OLE color: 11819179.

HSL color Cylindrical-coordinate representation of color #AB58B4: hue angle of 294.13º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB58B4 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17188180-
CMYK0.050.5100.29
HSL294.13º38.02%52.55%-
HSV(B)294.13º51.11%70.59%-
XYZ28.5218.9345.33-
YUV123.3160162.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.95%
GREEN value IS 88 (34.77% from 255) = 20.05%
BLUE value IS 180 (70.70% from 255) = 41.00%
R=38.95%
G=20.05%
B=41.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171881800.050.5100.29294.1338.0252.55
HexAB58B453301D1262635
Octal2531302645630354464665
Binary10101011101100010110100101110011011101100100110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB58B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB58B4; }

 p { color: rgb(171,88,180); }

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

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

 a { background-color: rgb(171,88,180); }

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

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

 span { border-color: rgb(171,88,180); }

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