Html Css Color HEX #AE72DB Amethyst

📋 copy color: '#AE72DB'

red 174 ◦ green 114 ◦ blue 219

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

Shades of Amethyst #AE72DB

Tints of Amethyst #AE72DB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.49%

 BLUE value IS 219 (85.94% from 255) = 43.2%

R = 34.32%
G = 22.49%
B = 43.2%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE72DB (or 0xAE72DB) is known color: Amethyst. HEX triplet: AE, 72 and DB. RGB value is (174,114,219). Sum of RGB (Red+Green+Blue) = 174+114+219=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE72DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE72DB is #518D24. Grayscale: #8F8F8F. Windows color (decimal): -5344549 or 14381742. OLE color: 14381742.

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

Color convert

RGB 174 114 219 -
CMYK 0.21 0.48 0 0.14
HSL 274.29º 0.59% 0.65% -
HSV(B) 274.29º 0.48% 0.86% -
XYZ 36.26 26.15 70.15 -
YUV 143.91 170.38 149.46 -
System Red Green Blue C M Y K H S L
Decimal 174 114 219 0.21 0.48 0 0.14 274.29 0.59 0.65
Hex AE 72 DB 15 30 0 E 112 3B 41
Octal 256 162 333 25 60 0 16 422 73 101
Binary 10101110 1110010 11011011 10101 110000 0 1110 100010010 111011 1000001

Color Harmonies of #AE72DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE72DB

Black with #AE72DB

Text Example


Text Example

White with #AE72DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE72DB; }

 p { color: rgb(174,114,219); }

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

background-color css

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

 a { background-color: rgb(174,114,219); }

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

border-color css

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

 span { border-color: rgb(174,114,219); }

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