#AB71CA

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

Shades of Amethyst #AB71CA

Tints of Amethyst #AB71CA

Color information

#AB71CA (or 0xAB71CA) is unknown color: approx Amethyst. HEX triplet: AB, 71 and CA. RGB value is (171,113,202). Sum of RGB (Red+Green+Blue) = 171+113+202=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB71CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB71CA is #548E35. Grayscale: #8C8C8C. Windows color (decimal): -5541430 or 13267371. OLE color: 13267371.

HSL color Cylindrical-coordinate representation of color #AB71CA: hue angle of 279.1º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB71CA is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB171113202-
CMYK0.150.4400.21
HSL279.1º45.64%61.76%-
HSV(B)279.1º44.06%79.22%-
XYZ33.3624.7358.89-
YUV140.49162.72149.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.19%
GREEN value IS 113 (44.53% from 255) = 23.25%
BLUE value IS 202 (79.30% from 255) = 41.56%
R=35.19%
G=23.25%
B=41.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1711132020.150.4400.21279.145.6461.76
HexAB71CAF2C0151172e3e
Octal25316131217540254275676
Binary101010111110001110010101111101100010101100010111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB71CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB71CA; }

 p { color: rgb(171,113,202); }

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

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

 a { background-color: rgb(171,113,202); }

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

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

 span { border-color: rgb(171,113,202); }

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