#AB75E1

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

Shades of Medium Purple #AB75E1

Tints of Medium Purple #AB75E1

Color information

#AB75E1 (or 0xAB75E1) is unknown color: approx Medium Purple. HEX triplet: AB, 75 and E1. RGB value is (171,117,225). Sum of RGB (Red+Green+Blue) = 171+117+225=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 117 (46.09% from 255 or 22.81% from 513); Blue value is 225 (88.28% from 255 or 43.86% from 513); Max value from RGB is 225 - color contains mainly: blue. Hex color #AB75E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB75E1 is #548A1E. Grayscale: #919191. Windows color (decimal): -5540383 or 14775723. OLE color: 14775723.

HSL color Cylindrical-coordinate representation of color #AB75E1: hue angle of 270º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB75E1 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB171117225-
CMYK0.240.4800.12
HSL270º64.29%67.06%-
HSV(B)270º48%88.24%-
XYZ36.7526.8274.47-
YUV145.46172.89146.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.33%
GREEN value IS 117 (46.09% from 255) = 22.81%
BLUE value IS 225 (88.28% from 255) = 43.86%
R=33.33%
G=22.81%
B=43.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1711172250.240.4800.1227064.2967.06
HexAB75E118300C10e4043
Octal2531653413060014416100103
Binary10101011111010111100001110001100000110010000111010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB75E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB75E1; }

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

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

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

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

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

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

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

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