#AB73CC

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

Shades of Amethyst #AB73CC

Tints of Amethyst #AB73CC

Color information

#AB73CC (or 0xAB73CC) is unknown color: approx Amethyst. HEX triplet: AB, 73 and CC. RGB value is (171,115,204). Sum of RGB (Red+Green+Blue) = 171+115+204=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB73CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB73CC is #548C33. Grayscale: #8D8D8D. Windows color (decimal): -5540916 or 13398955. OLE color: 13398955.

HSL color Cylindrical-coordinate representation of color #AB73CC: hue angle of 277.75º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB73CC is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB171115204-
CMYK0.160.4400.2
HSL277.75º46.6%62.55%-
HSV(B)277.75º43.63%80%-
XYZ33.8225.2860.22-
YUV141.89163.05148.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.90%
GREEN value IS 115 (45.31% from 255) = 23.47%
BLUE value IS 204 (80.08% from 255) = 41.63%
R=34.90%
G=23.47%
B=41.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1711152040.160.4400.2277.7546.662.55
HexAB73CC102C0141162f3f
Octal25316331420540244265777
Binary1010101111100111100110010000101100010100100010110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB73CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB73CC; }

 p { color: rgb(171,115,204); }

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

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

 a { background-color: rgb(171,115,204); }

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

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

 span { border-color: rgb(171,115,204); }

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