Html Css Color HEX #AE1DA0 Medium Violet Red

📋 copy color: '#AE1DA0'

red 174 ◦ green 29 ◦ blue 160

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

Shades of Medium Violet Red #AE1DA0

Tints of Medium Violet Red #AE1DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 44.08%

R = 47.93%
G = 7.99%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AE1DA0 (or 0xAE1DA0) is known color: Medium Violet Red. HEX triplet: AE, 1D and A0. RGB value is (174,29,160). Sum of RGB (Red+Green+Blue) = 174+29+160=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 160 (62.89% from 255 or 44.08% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1DA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1DA0 is #51E25F. Grayscale: #565656. Windows color (decimal): -5366368 or 10493358. OLE color: 10493358.

HSL color Cylindrical-coordinate representation of color #AE1DA0: hue angle of 305.79º 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 #AE1DA0 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 29 160 -
CMYK 0 0.83 0.08 0.32
HSL 305.79º 0.71% 0.4% -
HSV(B) 305.79º 0.83% 0.68% -
XYZ 24.24 12.42 34.38 -
YUV 87.29 169.04 189.85 -
System Red Green Blue C M Y K H S L
Decimal 174 29 160 0 0.83 0.08 0.32 305.79 0.71 0.4
Hex AE 1D A0 0 53 8 20 132 47 28
Octal 256 35 240 0 123 10 40 462 107 50
Binary 10101110 11101 10100000 0 1010011 1000 100000 100110010 1000111 101000

Color Harmonies of #AE1DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1DA0

Black with #AE1DA0

Text Example


Text Example

White with #AE1DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1DA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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