#AE70D4

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

Shades of Amethyst #AE70D4

Tints of Amethyst #AE70D4

Color information

#AE70D4 (or 0xAE70D4) is unknown color: approx Amethyst. HEX triplet: AE, 70 and D4. RGB value is (174,112,212). Sum of RGB (Red+Green+Blue) = 174+112+212=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 212 (83.20% from 255 or 42.57% from 498); Max value from RGB is 212 - color contains mainly: blue. Hex color #AE70D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE70D4 is #518F2B. Grayscale: #8D8D8D. Windows color (decimal): -5345068 or 13922478. OLE color: 13922478.

HSL color Cylindrical-coordinate representation of color #AE70D4: hue angle of 277.2º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE70D4 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB174112212-
CMYK0.180.4700.17
HSL277.2º53.76%63.53%-
HSV(B)277.2º47.17%83.14%-
XYZ35.1325.3465.33-
YUV141.94167.54150.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.94%
GREEN value IS 112 (44.14% from 255) = 22.49%
BLUE value IS 212 (83.20% from 255) = 42.57%
R=34.94%
G=22.49%
B=42.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1741122120.180.4700.17277.253.7663.53
HexAE70D4122F0111153640
Octal256160324225702142566100
Binary10101110111000011010100100101011110100011000101011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE70D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE70D4; }

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

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

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

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

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

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

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

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