#AB78CE

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

Shades of Amethyst #AB78CE

Tints of Amethyst #AB78CE

Color information

#AB78CE (or 0xAB78CE) is unknown color: approx Amethyst. HEX triplet: AB, 78 and CE. RGB value is (171,120,206). Sum of RGB (Red+Green+Blue) = 171+120+206=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 120 (47.27% from 255 or 24.14% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB78CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB78CE is #548731. Grayscale: #909090. Windows color (decimal): -5539634 or 13531307. OLE color: 13531307.

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

Color convert

RGB171120206-
CMYK0.170.4200.19
HSL275.58º46.74%63.92%-
HSV(B)275.58º41.75%80.78%-
XYZ34.6526.5561.69-
YUV145.05162.4146.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.41%
GREEN value IS 120 (47.27% from 255) = 24.14%
BLUE value IS 206 (80.86% from 255) = 41.45%
R=34.41%
G=24.14%
B=41.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1711202060.170.4200.19275.5846.7463.92
HexAB78CE112A0131142f40
Octal253170316215202342457100
Binary10101011111100011001110100011010100100111000101001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB78CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB78CE; }

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

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

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

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

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

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

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

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