Html Css Color HEX #AE73CC Amethyst

📋 copy color: '#AE73CC'

red 174 ◦ green 115 ◦ blue 204

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

Shades of Amethyst #AE73CC

Tints of Amethyst #AE73CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.38%

R = 35.29%
G = 23.33%
B = 41.38%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AE73CC (or 0xAE73CC) is known color: Amethyst. HEX triplet: AE, 73 and CC. RGB value is (174,115,204). Sum of RGB (Red+Green+Blue) = 174+115+204=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE73CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE73CC is #518C33. Grayscale: #8E8E8E. Windows color (decimal): -5344308 or 13398958. OLE color: 13398958.

HSL color Cylindrical-coordinate representation of color #AE73CC: hue angle of 279.78º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE73CC is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 115 204 -
CMYK 0.15 0.44 0 0.2
HSL 279.78º 0.47% 0.63% -
HSV(B) 279.78º 0.44% 0.8% -
XYZ 34.49 25.62 60.25 -
YUV 142.79 162.55 150.26 -
System Red Green Blue C M Y K H S L
Decimal 174 115 204 0.15 0.44 0 0.2 279.78 0.47 0.63
Hex AE 73 CC F 2C 0 14 118 2F 3F
Octal 256 163 314 17 54 0 24 430 57 77
Binary 10101110 1110011 11001100 1111 101100 0 10100 100011000 101111 111111

Color Harmonies of #AE73CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE73CC

Black with #AE73CC

Text Example


Text Example

White with #AE73CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE73CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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