#AB75D7

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

Shades of Amethyst #AB75D7

Tints of Amethyst #AB75D7

Color information

#AB75D7 (or 0xAB75D7) is unknown color: approx Amethyst. HEX triplet: AB, 75 and D7. RGB value is (171,117,215). Sum of RGB (Red+Green+Blue) = 171+117+215=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 215 (84.38% from 255 or 42.74% from 503); Max value from RGB is 215 - color contains mainly: blue. Hex color #AB75D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB75D7 is #548A28. Grayscale: #8F8F8F. Windows color (decimal): -5540393 or 14120363. OLE color: 14120363.

HSL color Cylindrical-coordinate representation of color #AB75D7: hue angle of 273.06º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB75D7 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB171117215-
CMYK0.200.4600.16
HSL273.06º55.06%65.1%-
HSV(B)273.06º45.58%84.31%-
XYZ35.4226.2967.5-
YUV144.32167.89147.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.00%
GREEN value IS 117 (46.09% from 255) = 23.26%
BLUE value IS 215 (84.38% from 255) = 42.74%
R=34.00%
G=23.26%
B=42.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1711172150.200.4600.16273.0655.0665.1
HexAB75D7142E0101113741
Octal253165327245602042167101
Binary10101011111010111010111101001011100100001000100011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB75D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB75D7; }

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

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

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

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

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

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

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

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