Html Css Color HEX #AE1D99 Medium Violet Red

📋 copy color: '#AE1D99'

red 174 ◦ green 29 ◦ blue 153

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

Shades of Medium Violet Red #AE1D99

Tints of Medium Violet Red #AE1D99

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.15%

 BLUE value IS 153 (60.16% from 255) = 42.98%

R = 48.88%
G = 8.15%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AE1D99 (or 0xAE1D99) is known color: Medium Violet Red. HEX triplet: AE, 1D and 99. RGB value is (174,29,153). Sum of RGB (Red+Green+Blue) = 174+29+153=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 29 (11.72% from 255 or 8.15% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1D99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1D99 is #51E266. Grayscale: #565656. Windows color (decimal): -5366375 or 10034606. OLE color: 10034606.

HSL color Cylindrical-coordinate representation of color #AE1D99: hue angle of 308.69º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE1D99 is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 29 153 -
CMYK 0 0.83 0.12 0.32
HSL 308.69º 0.71% 0.4% -
HSV(B) 308.69º 0.83% 0.68% -
XYZ 23.64 12.18 31.24 -
YUV 86.49 165.54 190.42 -
System Red Green Blue C M Y K H S L
Decimal 174 29 153 0 0.83 0.12 0.32 308.69 0.71 0.4
Hex AE 1D 99 0 53 C 20 135 47 28
Octal 256 35 231 0 123 14 40 465 107 50
Binary 10101110 11101 10011001 0 1010011 1100 100000 100110101 1000111 101000

Color Harmonies of #AE1D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1D99

Black with #AE1D99

Text Example


Text Example

White with #AE1D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1D99; }

 p { color: rgb(174,29,153); }

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

background-color css

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

 a { background-color: rgb(174,29,153); }

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

border-color css

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

 span { border-color: rgb(174,29,153); }

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