#AE69DC

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

Shades of Amethyst #AE69DC

Tints of Amethyst #AE69DC

Color information

#AE69DC (or 0xAE69DC) is unknown color: approx Amethyst. HEX triplet: AE, 69 and DC. RGB value is (174,105,220). Sum of RGB (Red+Green+Blue) = 174+105+220=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 105 (41.41% from 255 or 21.04% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE69DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE69DC is #519623. Grayscale: #8A8A8A. Windows color (decimal): -5346852 or 14444974. OLE color: 14444974.

HSL color Cylindrical-coordinate representation of color #AE69DC: hue angle of 276º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE69DC is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB174105220-
CMYK0.210.5200.14
HSL276º62.16%63.73%-
HSV(B)276º52.27%86.27%-
XYZ35.4324.2770.53-
YUV138.74173.86153.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.87%
GREEN value IS 105 (41.41% from 255) = 21.04%
BLUE value IS 220 (86.33% from 255) = 44.09%
R=34.87%
G=21.04%
B=44.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1741052200.210.5200.1427662.1663.73
HexAE69DC15340E1143e40
Octal256151334256401642476100
Binary1010111011010011101110010101110100011101000101001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE69DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE69DC; }

 p { color: rgb(174,105,220); }

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

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

 a { background-color: rgb(174,105,220); }

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

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

 span { border-color: rgb(174,105,220); }

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