#AE67DC

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

Shades of Amethyst #AE67DC

Tints of Amethyst #AE67DC

Color information

#AE67DC (or 0xAE67DC) is unknown color: approx Amethyst. HEX triplet: AE, 67 and DC. RGB value is (174,103,220). Sum of RGB (Red+Green+Blue) = 174+103+220=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 103 (40.62% from 255 or 20.72% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE67DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE67DC is #519823. Grayscale: #898989. Windows color (decimal): -5347364 or 14444462. OLE color: 14444462.

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

Color convert

RGB174103220-
CMYK0.210.5300.14
HSL276.41º62.57%63.33%-
HSV(B)276.41º53.18%86.27%-
XYZ35.2223.8770.46-
YUV137.57174.52153.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.01%
GREEN value IS 103 (40.62% from 255) = 20.72%
BLUE value IS 220 (86.33% from 255) = 44.27%
R=35.01%
G=20.72%
B=44.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1741032200.210.5300.14276.4162.5763.33
HexAE67DC15350E1143f3f
Octal25614733425650164247777
Binary101011101100111110111001010111010101110100010100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE67DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE67DC; }

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

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

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

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

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

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

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

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