Html Css Color HEX #AE73DA Amethyst

📋 copy color: '#AE73DA'

red 174 ◦ green 115 ◦ blue 218

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

Shades of Amethyst #AE73DA

Tints of Amethyst #AE73DA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.68%

 BLUE value IS 218 (85.55% from 255) = 43%

R = 34.32%
G = 22.68%
B = 43%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AE73DA (or 0xAE73DA) is known color: Amethyst. HEX triplet: AE, 73 and DA. RGB value is (174,115,218). Sum of RGB (Red+Green+Blue) = 174+115+218=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE73DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE73DA is #518C25. Grayscale: #909090. Windows color (decimal): -5344294 or 14316462. OLE color: 14316462.

HSL color Cylindrical-coordinate representation of color #AE73DA: hue angle of 274.37º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE73DA is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 115 218 -
CMYK 0.20 0.47 0 0.15
HSL 274.37º 0.58% 0.65% -
HSV(B) 274.37º 0.47% 0.85% -
XYZ 36.24 26.32 69.5 -
YUV 144.38 169.55 149.12 -
System Red Green Blue C M Y K H S L
Decimal 174 115 218 0.20 0.47 0 0.15 274.37 0.58 0.65
Hex AE 73 DA 14 2F 0 F 112 3A 41
Octal 256 163 332 24 57 0 17 422 72 101
Binary 10101110 1110011 11011010 10100 101111 0 1111 100010010 111010 1000001

Color Harmonies of #AE73DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE73DA

Black with #AE73DA

Text Example


Text Example

White with #AE73DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE73DA; }

 p { color: rgb(174,115,218); }

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

background-color css

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

 a { background-color: rgb(174,115,218); }

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

border-color css

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

 span { border-color: rgb(174,115,218); }

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