Html Css Color HEX #AE1885 Medium Violet Red

📋 copy color: '#AE1885'

red 174 ◦ green 24 ◦ blue 133

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

Shades of Medium Violet Red #AE1885

Tints of Medium Violet Red #AE1885

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.25%

 BLUE value IS 133 (52.34% from 255) = 40.18%

R = 52.57%
G = 7.25%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AE1885 (or 0xAE1885) is known color: Medium Violet Red. HEX triplet: AE, 18 and 85. RGB value is (174,24,133). Sum of RGB (Red+Green+Blue) = 174+24+133=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1885 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE1885 is #51E77A. Grayscale: #505050. Windows color (decimal): -5367675 or 8722606. OLE color: 8722606.

HSL color Cylindrical-coordinate representation of color #AE1885: hue angle of 316.4º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE1885 is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 24 133 -
CMYK 0 0.86 0.24 0.32
HSL 316.4º 0.76% 0.39% -
HSV(B) 316.4º 0.86% 0.68% -
XYZ 22.02 11.35 23.22 -
YUV 81.28 157.2 194.14 -
System Red Green Blue C M Y K H S L
Decimal 174 24 133 0 0.86 0.24 0.32 316.4 0.76 0.39
Hex AE 18 85 0 56 18 20 13C 4C 27
Octal 256 30 205 0 126 30 40 474 114 47
Binary 10101110 11000 10000101 0 1010110 11000 100000 100111100 1001100 100111

Color Harmonies of #AE1885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1885

Black with #AE1885

Text Example


Text Example

White with #AE1885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1885; }

 p { color: rgb(174,24,133); }

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

background-color css

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

 a { background-color: rgb(174,24,133); }

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

border-color css

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

 span { border-color: rgb(174,24,133); }

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