Html Css Color HEX #AE428F Medium Red Violet

📋 copy color: '#AE428F'

red 174 ◦ green 66 ◦ blue 143

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

Shades of Medium Red Violet #AE428F

Tints of Medium Red Violet #AE428F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.23%

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

R = 45.43%
G = 17.23%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE428F (or 0xAE428F) is known color: Medium Red Violet. HEX triplet: AE, 42 and 8F. RGB value is (174,66,143). Sum of RGB (Red+Green+Blue) = 174+66+143=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE428F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE428F is #51BD70. Grayscale: #6A6A6A. Windows color (decimal): -5356913 or 9388718. OLE color: 9388718.

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

Color convert

RGB 174 66 143 -
CMYK 0 0.62 0.18 0.32
HSL 317.22º 0.45% 0.47% -
HSV(B) 317.22º 0.62% 0.68% -
XYZ 24.36 14.88 27.57 -
YUV 107.07 148.28 175.74 -
System Red Green Blue C M Y K H S L
Decimal 174 66 143 0 0.62 0.18 0.32 317.22 0.45 0.47
Hex AE 42 8F 0 3E 12 20 13D 2D 2F
Octal 256 102 217 0 76 22 40 475 55 57
Binary 10101110 1000010 10001111 0 111110 10010 100000 100111101 101101 101111

Color Harmonies of #AE428F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE428F

Black with #AE428F

Text Example


Text Example

White with #AE428F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE428F; }

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

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

background-color css

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

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

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

border-color css

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

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

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