#AB74CB

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

Shades of Amethyst #AB74CB

Tints of Amethyst #AB74CB

Color information

#AB74CB (or 0xAB74CB) is unknown color: approx Amethyst. HEX triplet: AB, 74 and CB. RGB value is (171,116,203). Sum of RGB (Red+Green+Blue) = 171+116+203=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB74CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB74CB is #548B34. Grayscale: #8E8E8E. Windows color (decimal): -5540661 or 13333675. OLE color: 13333675.

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

Color convert

RGB171116203-
CMYK0.160.4300.20
HSL277.93º45.55%62.55%-
HSV(B)277.93º42.86%79.61%-
XYZ33.8225.4659.63-
YUV142.36162.22148.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.90%
GREEN value IS 116 (45.70% from 255) = 23.67%
BLUE value IS 203 (79.69% from 255) = 41.43%
R=34.90%
G=23.67%
B=41.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1711162030.160.4300.20277.9345.5562.55
HexAB74CB102B0141162e3f
Octal25316431320530244265677
Binary1010101111101001100101110000101011010100100010110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB74CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB74CB; }

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

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

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

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

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

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

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

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