#AB75B0

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

Shades of Violet Blue #AB75B0

Tints of Violet Blue #AB75B0

Color information

#AB75B0 (or 0xAB75B0) is unknown color: approx Violet Blue. HEX triplet: AB, 75 and B0. RGB value is (171,117,176). Sum of RGB (Red+Green+Blue) = 171+117+176=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 176 - color contains mainly: blue. Hex color #AB75B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB75B0 is #548A4F. Grayscale: #8B8B8B. Windows color (decimal): -5540432 or 11564459. OLE color: 11564459.

HSL color Cylindrical-coordinate representation of color #AB75B0: hue angle of 294.92º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB75B0 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB171117176-
CMYK0.030.3400.31
HSL294.92º27.19%57.45%-
HSV(B)294.92º33.52%69.02%-
XYZ30.9924.5244.17-
YUV139.87148.39150.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.85%
GREEN value IS 117 (46.09% from 255) = 25.22%
BLUE value IS 176 (69.14% from 255) = 37.93%
R=36.85%
G=25.22%
B=37.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711171760.030.3400.31294.9227.1957.45
HexAB75B032201F1271b39
Octal2531652603420374473371
Binary101010111110101101100001110001001111110010011111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB75B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB75B0; }

 p { color: rgb(171,117,176); }

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

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

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

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

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

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

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