#AE70CB

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

Shades of Amethyst #AE70CB

Tints of Amethyst #AE70CB

Color information

#AE70CB (or 0xAE70CB) is unknown color: approx Amethyst. HEX triplet: AE, 70 and CB. RGB value is (174,112,203). Sum of RGB (Red+Green+Blue) = 174+112+203=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE70CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE70CB is #518F34. Grayscale: #8C8C8C. Windows color (decimal): -5345077 or 13332654. OLE color: 13332654.

HSL color Cylindrical-coordinate representation of color #AE70CB: hue angle of 280.88º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE70CB is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174112203-
CMYK0.140.4500.20
HSL280.88º46.67%61.76%-
HSV(B)280.88º44.83%79.61%-
XYZ34.0324.959.51-
YUV140.91163.04151.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.58%
GREEN value IS 112 (44.14% from 255) = 22.90%
BLUE value IS 203 (79.69% from 255) = 41.51%
R=35.58%
G=22.90%
B=41.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741122030.140.4500.20280.8846.6761.76
HexAE70CBE2D0141192f3e
Octal25616031316550244315776
Binary101011101110000110010111110101101010100100011001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE70CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE70CB; }

 p { color: rgb(174,112,203); }

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

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

 a { background-color: rgb(174,112,203); }

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

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

 span { border-color: rgb(174,112,203); }

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