#AB70CA

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

Shades of Amethyst #AB70CA

Tints of Amethyst #AB70CA

Color information

#AB70CA (or 0xAB70CA) is unknown color: approx Amethyst. HEX triplet: AB, 70 and CA. RGB value is (171,112,202). Sum of RGB (Red+Green+Blue) = 171+112+202=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB70CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB70CA is #548F35. Grayscale: #8B8B8B. Windows color (decimal): -5541686 or 13267115. OLE color: 13267115.

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

Color convert

RGB171112202-
CMYK0.150.4500.21
HSL279.33º45.92%61.57%-
HSV(B)279.33º44.55%79.22%-
XYZ33.2524.5158.86-
YUV139.9163.05150.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.26%
GREEN value IS 112 (44.14% from 255) = 23.09%
BLUE value IS 202 (79.30% from 255) = 41.65%
R=35.26%
G=23.09%
B=41.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1711122020.150.4500.21279.3345.9261.57
HexAB70CAF2D0151172e3e
Octal25316031217550254275676
Binary101010111110000110010101111101101010101100010111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB70CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB70CA; }

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

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

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

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

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

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

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

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