Html Css Color HEX #AE448A Medium Red Violet

📋 copy color: '#AE448A'

red 174 ◦ green 68 ◦ blue 138

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

Shades of Medium Red Violet #AE448A

Tints of Medium Red Violet #AE448A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.32%

R = 45.79%
G = 17.89%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AE448A (or 0xAE448A) is known color: Medium Red Violet. HEX triplet: AE, 44 and 8A. RGB value is (174,68,138). Sum of RGB (Red+Green+Blue) = 174+68+138=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AE448A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE448A is #51BB75. Grayscale: #6B6B6B. Windows color (decimal): -5356406 or 9061550. OLE color: 9061550.

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

Color convert

RGB 174 68 138 -
CMYK 0 0.61 0.21 0.32
HSL 320.38º 0.44% 0.47% -
HSV(B) 320.38º 0.61% 0.68% -
XYZ 24.11 14.97 25.66 -
YUV 107.67 145.12 175.31 -
System Red Green Blue C M Y K H S L
Decimal 174 68 138 0 0.61 0.21 0.32 320.38 0.44 0.47
Hex AE 44 8A 0 3D 15 20 140 2C 2F
Octal 256 104 212 0 75 25 40 500 54 57
Binary 10101110 1000100 10001010 0 111101 10101 100000 101000000 101100 101111

Color Harmonies of #AE448A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE448A

Black with #AE448A

Text Example


Text Example

White with #AE448A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE448A; }

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

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

background-color css

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

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

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

border-color css

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

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

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