Html Css Color HEX #AE74D5 Amethyst

📋 copy color: '#AE74D5'

red 174 ◦ green 116 ◦ blue 213

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

Shades of Amethyst #AE74D5

Tints of Amethyst #AE74D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.35%

R = 34.59%
G = 23.06%
B = 42.35%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AE74D5 (or 0xAE74D5) is known color: Amethyst. HEX triplet: AE, 74 and D5. RGB value is (174,116,213). Sum of RGB (Red+Green+Blue) = 174+116+213=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 116 (45.70% from 255 or 23.06% from 503); Blue value is 213 (83.59% from 255 or 42.35% from 503); Max value from RGB is 213 - color contains mainly: blue. Hex color #AE74D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE74D5 is #518B2A. Grayscale: #909090. Windows color (decimal): -5344043 or 13989038. OLE color: 13989038.

HSL color Cylindrical-coordinate representation of color #AE74D5: hue angle of 275.88º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AE74D5 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 116 213 -
CMYK 0.18 0.46 0 0.16
HSL 275.88º 0.54% 0.65% -
HSV(B) 275.88º 0.46% 0.84% -
XYZ 35.71 26.29 66.14 -
YUV 144.4 166.72 149.11 -
System Red Green Blue C M Y K H S L
Decimal 174 116 213 0.18 0.46 0 0.16 275.88 0.54 0.65
Hex AE 74 D5 12 2E 0 10 114 36 41
Octal 256 164 325 22 56 0 20 424 66 101
Binary 10101110 1110100 11010101 10010 101110 0 10000 100010100 110110 1000001

Color Harmonies of #AE74D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE74D5

Black with #AE74D5

Text Example


Text Example

White with #AE74D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE74D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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