#AB75B1

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

Shades of Violet Blue #AB75B1

Tints of Violet Blue #AB75B1

Color information

#AB75B1 (or 0xAB75B1) is unknown color: approx Violet Blue. HEX triplet: AB, 75 and B1. RGB value is (171,117,177). Sum of RGB (Red+Green+Blue) = 171+117+177=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 177 (69.53% from 255 or 38.06% from 465); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB75B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB75B1 is #548A4E. Grayscale: #8B8B8B. Windows color (decimal): -5540431 or 11629995. OLE color: 11629995.

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

Color convert

RGB171117177-
CMYK0.030.3400.31
HSL294º27.78%57.65%-
HSV(B)294º33.9%69.41%-
XYZ31.0924.5544.7-
YUV139.99148.89150.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.77%
GREEN value IS 117 (46.09% from 255) = 25.16%
BLUE value IS 177 (69.53% from 255) = 38.06%
R=36.77%
G=25.16%
B=38.06%

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
Decimal1711171770.030.3400.3129427.7857.65
HexAB75B132201F1261c3a
Octal2531652613420374463472
Binary101010111110101101100011110001001111110010011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB75B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB75B1; }

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

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

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

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

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

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

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

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