#AB74CE

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

Shades of Amethyst #AB74CE

Tints of Amethyst #AB74CE

Color information

#AB74CE (or 0xAB74CE) is unknown color: approx Amethyst. HEX triplet: AB, 74 and CE. RGB value is (171,116,206). Sum of RGB (Red+Green+Blue) = 171+116+206=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 116 (45.70% from 255 or 23.53% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB74CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB74CE is #548B31. Grayscale: #8E8E8E. Windows color (decimal): -5540658 or 13530283. OLE color: 13530283.

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

Color convert

RGB171116206-
CMYK0.170.4400.19
HSL276.67º47.87%63.14%-
HSV(B)276.67º43.69%80.78%-
XYZ34.1825.661.53-
YUV142.71163.72148.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.69%
GREEN value IS 116 (45.70% from 255) = 23.53%
BLUE value IS 206 (80.86% from 255) = 41.78%
R=34.69%
G=23.53%
B=41.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1711162060.170.4400.19276.6747.8763.14
HexAB74CE112C013115303f
Octal25316431621540234256077
Binary1010101111101001100111010001101100010011100010101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB74CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB74CE; }

 p { color: rgb(171,116,206); }

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

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

 a { background-color: rgb(171,116,206); }

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

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

 span { border-color: rgb(171,116,206); }

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