#AB75DA

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

Shades of Amethyst #AB75DA

Tints of Amethyst #AB75DA

Color information

#AB75DA (or 0xAB75DA) is unknown color: approx Amethyst. HEX triplet: AB, 75 and DA. RGB value is (171,117,218). Sum of RGB (Red+Green+Blue) = 171+117+218=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB75DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB75DA is #548A25. Grayscale: #909090. Windows color (decimal): -5540390 or 14316971. OLE color: 14316971.

HSL color Cylindrical-coordinate representation of color #AB75DA: hue angle of 272.08º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB75DA is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171117218-
CMYK0.220.4600.15
HSL272.08º57.71%65.69%-
HSV(B)272.08º46.33%85.49%-
XYZ35.8126.4469.55-
YUV144.66169.39146.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.79%
GREEN value IS 117 (46.09% from 255) = 23.12%
BLUE value IS 218 (85.55% from 255) = 43.08%
R=33.79%
G=23.12%
B=43.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1711172180.220.4600.15272.0857.7165.69
HexAB75DA162E0F1103a42
Octal253165332265601742072102
Binary1010101111101011101101010110101110011111000100001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB75DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB75DA; }

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

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

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

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

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

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

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

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