#AB75CF

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

Shades of Amethyst #AB75CF

Tints of Amethyst #AB75CF

Color information

#AB75CF (or 0xAB75CF) is unknown color: approx Amethyst. HEX triplet: AB, 75 and CF. RGB value is (171,117,207). Sum of RGB (Red+Green+Blue) = 171+117+207=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 117 (46.09% from 255 or 23.64% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB75CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB75CF is #548A30. Grayscale: #8F8F8F. Windows color (decimal): -5540401 or 13596075. OLE color: 13596075.

HSL color Cylindrical-coordinate representation of color #AB75CF: hue angle of 276º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB75CF is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB171117207-
CMYK0.170.4300.19
HSL276º48.39%63.53%-
HSV(B)276º43.48%81.18%-
XYZ34.4225.8962.21-
YUV143.41163.89147.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.55%
GREEN value IS 117 (46.09% from 255) = 23.64%
BLUE value IS 207 (81.25% from 255) = 41.82%
R=34.55%
G=23.64%
B=41.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1711172070.170.4300.1927648.3963.53
HexAB75CF112B0131143040
Octal253165317215302342460100
Binary10101011111010111001111100011010110100111000101001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB75CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB75CF; }

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

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

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

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

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

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

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

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