Html Css Color HEX #AE68DC Amethyst

📋 copy color: '#AE68DC'

red 174 ◦ green 104 ◦ blue 220

#AE68DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #AE68DC

Tints of Amethyst #AE68DC

RGB

 RED value IS 174 (68.36% from 255) = 34.94%

 GREEN value IS 104 (41.02% from 255) = 20.88%

 BLUE value IS 220 (86.33% from 255) = 44.18%

R = 34.94%
G = 20.88%
B = 44.18%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE68DC (or 0xAE68DC) is known color: Amethyst. HEX triplet: AE, 68 and DC. RGB value is (174,104,220). Sum of RGB (Red+Green+Blue) = 174+104+220=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 104 (41.02% from 255 or 20.88% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE68DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE68DC is #519723. Grayscale: #898989. Windows color (decimal): -5347108 or 14444718. OLE color: 14444718.

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

Color convert

RGB 174 104 220 -
CMYK 0.21 0.53 0 0.14
HSL 276.21º 0.62% 0.64% -
HSV(B) 276.21º 0.53% 0.86% -
XYZ 35.32 24.07 70.49 -
YUV 138.15 174.19 153.57 -
System Red Green Blue C M Y K H S L
Decimal 174 104 220 0.21 0.53 0 0.14 276.21 0.62 0.64
Hex AE 68 DC 15 35 0 E 114 3E 40
Octal 256 150 334 25 65 0 16 424 76 100
Binary 10101110 1101000 11011100 10101 110101 0 1110 100010100 111110 1000000

Color Harmonies of #AE68DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE68DC

Black with #AE68DC

Text Example


Text Example

White with #AE68DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE68DC; }

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

 H1.HeaderClassName
 {
   color: #AE68DC;
 }
 .AnyTagClassName
 {
   color: #AE68DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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