#AB50AB

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

Shades of Violet Blue #AB50AB

Tints of Violet Blue #AB50AB

Color information

#AB50AB (or 0xAB50AB) is unknown color: approx Violet Blue. HEX triplet: AB, 50 and AB. RGB value is (171,80,171). Sum of RGB (Red+Green+Blue) = 171+80+171=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB50AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB50AB is #54AF54. Grayscale: #757575. Windows color (decimal): -5549909 or 11227307. OLE color: 11227307.

HSL color Cylindrical-coordinate representation of color #AB50AB: hue angle of 300º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB50AB is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17180171-
CMYK00.5300.33
HSL300º36.25%49.22%-
HSV(B)300º53.22%67.06%-
XYZ27.0117.3440.45-
YUV117.58158.15166.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.52%
GREEN value IS 80 (31.64% from 255) = 18.96%
BLUE value IS 171 (67.19% from 255) = 40.52%
R=40.52%
G=18.96%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718017100.5300.3330036.2549.22
HexAB50AB03502112c2431
Octal2531202530650414544461
Binary1010101110100001010101101101010100001100101100100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB50AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB50AB; }

 p { color: rgb(171,80,171); }

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

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

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

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

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

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

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