Html Css Color HEX #AE448F Medium Red Violet

📋 copy color: '#AE448F'

red 174 ◦ green 68 ◦ blue 143

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

Shades of Medium Red Violet #AE448F

Tints of Medium Red Violet #AE448F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.66%

 BLUE value IS 143 (56.25% from 255) = 37.14%

R = 45.19%
G = 17.66%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE448F (or 0xAE448F) is known color: Medium Red Violet. HEX triplet: AE, 44 and 8F. RGB value is (174,68,143). Sum of RGB (Red+Green+Blue) = 174+68+143=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE448F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE448F is #51BB70. Grayscale: #6C6C6C. Windows color (decimal): -5356401 or 9389230. OLE color: 9389230.

HSL color Cylindrical-coordinate representation of color #AE448F: hue angle of 317.55º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE448F is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 68 143 -
CMYK 0 0.61 0.18 0.32
HSL 317.55º 0.44% 0.47% -
HSV(B) 317.55º 0.61% 0.68% -
XYZ 24.48 15.12 27.61 -
YUV 108.24 147.62 174.9 -
System Red Green Blue C M Y K H S L
Decimal 174 68 143 0 0.61 0.18 0.32 317.55 0.44 0.47
Hex AE 44 8F 0 3D 12 20 13E 2C 2F
Octal 256 104 217 0 75 22 40 476 54 57
Binary 10101110 1000100 10001111 0 111101 10010 100000 100111110 101100 101111

Color Harmonies of #AE448F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE448F

Black with #AE448F

Text Example


Text Example

White with #AE448F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE448F; }

 p { color: rgb(174,68,143); }

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

background-color css

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

 a { background-color: rgb(174,68,143); }

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

border-color css

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

 span { border-color: rgb(174,68,143); }

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