Html Css Color HEX #AE74DA Amethyst

📋 copy color: '#AE74DA'

red 174 ◦ green 116 ◦ blue 218

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

Shades of Amethyst #AE74DA

Tints of Amethyst #AE74DA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.83%

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

R = 34.25%
G = 22.83%
B = 42.91%

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

#AE74DA (or 0xAE74DA) is known color: Amethyst. HEX triplet: AE, 74 and DA. RGB value is (174,116,218). Sum of RGB (Red+Green+Blue) = 174+116+218=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 116 (45.70% from 255 or 22.83% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE74DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE74DA is #518B25. Grayscale: #909090. Windows color (decimal): -5344038 or 14316718. OLE color: 14316718.

HSL color Cylindrical-coordinate representation of color #AE74DA: hue angle of 274.12º 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 #AE74DA is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 116 218 -
CMYK 0.20 0.47 0 0.15
HSL 274.12º 0.58% 0.65% -
HSV(B) 274.12º 0.47% 0.85% -
XYZ 36.36 26.55 69.54 -
YUV 144.97 169.22 148.71 -
System Red Green Blue C M Y K H S L
Decimal 174 116 218 0.20 0.47 0 0.15 274.12 0.58 0.65
Hex AE 74 DA 14 2F 0 F 112 3A 41
Octal 256 164 332 24 57 0 17 422 72 101
Binary 10101110 1110100 11011010 10100 101111 0 1111 100010010 111010 1000001

Color Harmonies of #AE74DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE74DA

Black with #AE74DA

Text Example


Text Example

White with #AE74DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE74DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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