#AB75E3

Color #AB75E3 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #AB75E3

Tints of Medium Purple #AB75E3

Color information

#AB75E3 (or 0xAB75E3) is unknown color: approx Medium Purple. HEX triplet: AB, 75 and E3. RGB value is (171,117,227). Sum of RGB (Red+Green+Blue) = 171+117+227=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 227 (89.06% from 255 or 44.08% from 515); Max value from RGB is 227 - color contains mainly: blue. Hex color #AB75E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB75E3 is #548A1C. Grayscale: #919191. Windows color (decimal): -5540381 or 14906795. OLE color: 14906795.

HSL color Cylindrical-coordinate representation of color #AB75E3: hue angle of 269.45º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB75E3 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB171117227-
CMYK0.250.4800.11
HSL269.45º66.27%67.45%-
HSV(B)269.45º48.46%89.02%-
XYZ37.0226.9375.92-
YUV145.69173.89146.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.20%
GREEN value IS 117 (46.09% from 255) = 22.72%
BLUE value IS 227 (89.06% from 255) = 44.08%
R=33.20%
G=22.72%
B=44.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1711172270.250.4800.11269.4566.2767.45
HexAB75E319300B10d4243
Octal2531653433160013415102103
Binary10101011111010111100011110011100000101110000110110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB75E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB75E3; }

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

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

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

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

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

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

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

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