Html Css Color HEX #AE70DD Amethyst

📋 copy color: '#AE70DD'

red 174 ◦ green 112 ◦ blue 221

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

Shades of Amethyst #AE70DD

Tints of Amethyst #AE70DD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.09%

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

R = 34.32%
G = 22.09%
B = 43.59%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE70DD (or 0xAE70DD) is known color: Amethyst. HEX triplet: AE, 70 and DD. RGB value is (174,112,221). Sum of RGB (Red+Green+Blue) = 174+112+221=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE70DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE70DD is #518F22. Grayscale: #8E8E8E. Windows color (decimal): -5345059 or 14512302. OLE color: 14512302.

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

Color convert

RGB 174 112 221 -
CMYK 0.21 0.49 0 0.13
HSL 274.13º 0.62% 0.65% -
HSV(B) 274.13º 0.49% 0.87% -
XYZ 36.3 25.81 71.47 -
YUV 142.96 172.04 150.14 -
System Red Green Blue C M Y K H S L
Decimal 174 112 221 0.21 0.49 0 0.13 274.13 0.62 0.65
Hex AE 70 DD 15 31 0 D 112 3E 41
Octal 256 160 335 25 61 0 15 422 76 101
Binary 10101110 1110000 11011101 10101 110001 0 1101 100010010 111110 1000001

Color Harmonies of #AE70DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE70DD

Black with #AE70DD

Text Example


Text Example

White with #AE70DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE70DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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