#AE67DD

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

Shades of Amethyst #AE67DD

Tints of Amethyst #AE67DD

Color information

#AE67DD (or 0xAE67DD) is unknown color: approx Amethyst. HEX triplet: AE, 67 and DD. RGB value is (174,103,221). Sum of RGB (Red+Green+Blue) = 174+103+221=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 103 (40.62% from 255 or 20.68% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE67DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE67DD is #519822. Grayscale: #898989. Windows color (decimal): -5347363 or 14509998. OLE color: 14509998.

HSL color Cylindrical-coordinate representation of color #AE67DD: hue angle of 276.1º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE67DD is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174103221-
CMYK0.210.5300.13
HSL276.1º63.44%63.53%-
HSV(B)276.1º53.39%86.67%-
XYZ35.3623.9271.16-
YUV137.68175.02153.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.94%
GREEN value IS 103 (40.62% from 255) = 20.68%
BLUE value IS 221 (86.72% from 255) = 44.38%
R=34.94%
G=20.68%
B=44.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741032210.210.5300.13276.163.4463.53
HexAE67DD15350D1143f40
Octal256147335256501542477100
Binary1010111011001111101110110101110101011011000101001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE67DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE67DD; }

 p { color: rgb(174,103,221); }

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

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

 a { background-color: rgb(174,103,221); }

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

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

 span { border-color: rgb(174,103,221); }

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