Html Css Color HEX #AE1385 Medium Violet Red

📋 copy color: '#AE1385'

red 174 ◦ green 19 ◦ blue 133

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

Shades of Medium Violet Red #AE1385

Tints of Medium Violet Red #AE1385

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.83%

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

R = 53.37%
G = 5.83%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AE1385 (or 0xAE1385) is known color: Medium Violet Red. HEX triplet: AE, 13 and 85. RGB value is (174,19,133). Sum of RGB (Red+Green+Blue) = 174+19+133=326 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.37% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE1385 is #51EC7A. Grayscale: #4E4E4E. Windows color (decimal): -5368955 or 8721326. OLE color: 8721326.

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

Color convert

RGB 174 19 133 -
CMYK 0 0.89 0.24 0.32
HSL 315.87º 0.8% 0.38% -
HSV(B) 315.87º 0.89% 0.68% -
XYZ 21.92 11.16 23.19 -
YUV 78.34 158.85 196.23 -
System Red Green Blue C M Y K H S L
Decimal 174 19 133 0 0.89 0.24 0.32 315.87 0.8 0.38
Hex AE 13 85 0 59 18 20 13C 50 26
Octal 256 23 205 0 131 30 40 474 120 46
Binary 10101110 10011 10000101 0 1011001 11000 100000 100111100 1010000 100110

Color Harmonies of #AE1385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1385

Black with #AE1385

Text Example


Text Example

White with #AE1385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1385; }

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

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

background-color css

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

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

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

border-color css

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

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

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