#AB54AF

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

Shades of Violet Blue #AB54AF

Tints of Violet Blue #AB54AF

Color information

#AB54AF (or 0xAB54AF) is unknown color: approx Violet Blue. HEX triplet: AB, 54 and AF. RGB value is (171,84,175). Sum of RGB (Red+Green+Blue) = 171+84+175=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB54AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB54AF is #54AB50. Grayscale: #787878. Windows color (decimal): -5548881 or 11490475. OLE color: 11490475.

HSL color Cylindrical-coordinate representation of color #AB54AF: hue angle of 297.36º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB54AF is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17184175-
CMYK0.020.5200.31
HSL297.36º36.25%50.78%-
HSV(B)297.36º52%68.63%-
XYZ27.718.0942.59-
YUV120.39158.82164.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.77%
GREEN value IS 84 (33.20% from 255) = 19.53%
BLUE value IS 175 (68.75% from 255) = 40.70%
R=39.77%
G=19.53%
B=40.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171841750.020.5200.31297.3636.2550.78
HexAB54AF23401F1292433
Octal2531242572640374514463
Binary1010101110101001010111110110100011111100101001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB54AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB54AF; }

 p { color: rgb(171,84,175); }

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

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

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

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

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

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

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