Html Css Color HEX #AE448B Medium Red Violet

📋 copy color: '#AE448B'

red 174 ◦ green 68 ◦ blue 139

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

Shades of Medium Red Violet #AE448B

Tints of Medium Red Violet #AE448B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.48%

R = 45.67%
G = 17.85%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE448B (or 0xAE448B) is known color: Medium Red Violet. HEX triplet: AE, 44 and 8B. RGB value is (174,68,139). Sum of RGB (Red+Green+Blue) = 174+68+139=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE448B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE448B is #51BB74. Grayscale: #6B6B6B. Windows color (decimal): -5356405 or 9127086. OLE color: 9127086.

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

Color convert

RGB 174 68 139 -
CMYK 0 0.61 0.20 0.32
HSL 319.81º 0.44% 0.47% -
HSV(B) 319.81º 0.61% 0.68% -
XYZ 24.18 15 26.05 -
YUV 107.79 145.62 175.23 -
System Red Green Blue C M Y K H S L
Decimal 174 68 139 0 0.61 0.20 0.32 319.81 0.44 0.47
Hex AE 44 8B 0 3D 14 20 140 2C 2F
Octal 256 104 213 0 75 24 40 500 54 57
Binary 10101110 1000100 10001011 0 111101 10100 100000 101000000 101100 101111

Color Harmonies of #AE448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE448B

Black with #AE448B

Text Example


Text Example

White with #AE448B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE448B; }

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

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

background-color css

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

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

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

border-color css

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

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

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