Html Css Color HEX #AE1383 Medium Violet Red

📋 copy color: '#AE1383'

red 174 ◦ green 19 ◦ blue 131

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

Shades of Medium Violet Red #AE1383

Tints of Medium Violet Red #AE1383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 40.43%

R = 53.7%
G = 5.86%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AE1383 (or 0xAE1383) is known color: Medium Violet Red. HEX triplet: AE, 13 and 83. RGB value is (174,19,131). Sum of RGB (Red+Green+Blue) = 174+19+131=324 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.70% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1383 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE1383 is #51EC7C. Grayscale: #4D4D4D. Windows color (decimal): -5368957 or 8590254. OLE color: 8590254.

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

Color convert

RGB 174 19 131 -
CMYK 0 0.89 0.25 0.32
HSL 316.65º 0.8% 0.38% -
HSV(B) 316.65º 0.89% 0.68% -
XYZ 21.79 11.1 22.47 -
YUV 78.11 157.85 196.39 -
System Red Green Blue C M Y K H S L
Decimal 174 19 131 0 0.89 0.25 0.32 316.65 0.8 0.38
Hex AE 13 83 0 59 19 20 13D 50 26
Octal 256 23 203 0 131 31 40 475 120 46
Binary 10101110 10011 10000011 0 1011001 11001 100000 100111101 1010000 100110

Color Harmonies of #AE1383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1383

Black with #AE1383

Text Example


Text Example

White with #AE1383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1383; }

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

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

background-color css

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

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

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

border-color css

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

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

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