#AB50AE

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

Shades of Violet Blue #AB50AE

Tints of Violet Blue #AB50AE

Color information

#AB50AE (or 0xAB50AE) is unknown color: approx Violet Blue. HEX triplet: AB, 50 and AE. RGB value is (171,80,174). Sum of RGB (Red+Green+Blue) = 171+80+174=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB50AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB50AE is #54AF51. Grayscale: #757575. Windows color (decimal): -5549906 or 11423915. OLE color: 11423915.

HSL color Cylindrical-coordinate representation of color #AB50AE: hue angle of 298.09º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB50AE is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17180174-
CMYK0.020.5400.32
HSL298.09º37.01%49.8%-
HSV(B)298.09º54.02%68.24%-
XYZ27.317.4541.97-
YUV117.92159.65165.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.24%
GREEN value IS 80 (31.64% from 255) = 18.82%
BLUE value IS 174 (68.36% from 255) = 40.94%
R=40.24%
G=18.82%
B=40.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171801740.020.5400.32298.0937.0149.8
HexAB50AE23602012a2532
Octal2531202562660404524562
Binary10101011101000010101110101101100100000100101010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB50AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB50AE; }

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

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

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

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

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

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

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

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