#AB70C3

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

Shades of Amethyst #AB70C3

Tints of Amethyst #AB70C3

Color information

#AB70C3 (or 0xAB70C3) is unknown color: approx Amethyst. HEX triplet: AB, 70 and C3. RGB value is (171,112,195). Sum of RGB (Red+Green+Blue) = 171+112+195=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 195 (76.56% from 255 or 40.79% from 478); Max value from RGB is 195 - color contains mainly: blue. Hex color #AB70C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB70C3 is #548F3C. Grayscale: #8A8A8A. Windows color (decimal): -5541693 or 12808363. OLE color: 12808363.

HSL color Cylindrical-coordinate representation of color #AB70C3: hue angle of 282.65º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB70C3 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB171112195-
CMYK0.120.4300.24
HSL282.65º40.89%60.2%-
HSV(B)282.65º42.56%76.47%-
XYZ32.4424.1954.59-
YUV139.1159.55150.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.77%
GREEN value IS 112 (44.14% from 255) = 23.43%
BLUE value IS 195 (76.56% from 255) = 40.79%
R=35.77%
G=23.43%
B=40.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711121950.120.4300.24282.6540.8960.2
HexAB70C3C2B01811b293c
Octal25316030314530304335174
Binary101010111110000110000111100101011011000100011011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB70C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB70C3; }

 p { color: rgb(171,112,195); }

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

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

 a { background-color: rgb(171,112,195); }

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

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

 span { border-color: rgb(171,112,195); }

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