Html Css Color HEX #AE68DD Amethyst

📋 copy color: '#AE68DD'

red 174 ◦ green 104 ◦ blue 221

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

Shades of Amethyst #AE68DD

Tints of Amethyst #AE68DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.29%

R = 34.87%
G = 20.84%
B = 44.29%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE68DD (or 0xAE68DD) is known color: Amethyst. HEX triplet: AE, 68 and DD. RGB value is (174,104,221). Sum of RGB (Red+Green+Blue) = 174+104+221=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 104 (41.02% from 255 or 20.84% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE68DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE68DD is #519722. Grayscale: #898989. Windows color (decimal): -5347107 or 14510254. OLE color: 14510254.

HSL color Cylindrical-coordinate representation of color #AE68DD: hue angle of 275.9º 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 #AE68DD is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 104 221 -
CMYK 0.21 0.53 0 0.13
HSL 275.9º 0.63% 0.64% -
HSV(B) 275.9º 0.53% 0.87% -
XYZ 35.46 24.12 71.19 -
YUV 138.27 174.69 153.49 -
System Red Green Blue C M Y K H S L
Decimal 174 104 221 0.21 0.53 0 0.13 275.9 0.63 0.64
Hex AE 68 DD 15 35 0 D 114 3F 40
Octal 256 150 335 25 65 0 15 424 77 100
Binary 10101110 1101000 11011101 10101 110101 0 1101 100010100 111111 1000000

Color Harmonies of #AE68DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE68DD

Black with #AE68DD

Text Example


Text Example

White with #AE68DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE68DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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