Html Css Color HEX #AE428A Medium Red Violet

📋 copy color: '#AE428A'

red 174 ◦ green 66 ◦ blue 138

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

Shades of Medium Red Violet #AE428A

Tints of Medium Red Violet #AE428A

RGB

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

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

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

R = 46.03%
G = 17.46%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AE428A (or 0xAE428A) is known color: Medium Red Violet. HEX triplet: AE, 42 and 8A. RGB value is (174,66,138). Sum of RGB (Red+Green+Blue) = 174+66+138=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE428A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE428A is #51BD75. Grayscale: #6A6A6A. Windows color (decimal): -5356918 or 9061038. OLE color: 9061038.

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

Color convert

RGB 174 66 138 -
CMYK 0 0.62 0.21 0.32
HSL 320º 0.45% 0.47% -
HSV(B) 320º 0.62% 0.68% -
XYZ 23.99 14.73 25.62 -
YUV 106.5 145.78 176.15 -
System Red Green Blue C M Y K H S L
Decimal 174 66 138 0 0.62 0.21 0.32 320 0.45 0.47
Hex AE 42 8A 0 3E 15 20 140 2D 2F
Octal 256 102 212 0 76 25 40 500 55 57
Binary 10101110 1000010 10001010 0 111110 10101 100000 101000000 101101 101111

Color Harmonies of #AE428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE428A

Black with #AE428A

Text Example


Text Example

White with #AE428A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE428A; }

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

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

background-color css

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

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

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

border-color css

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

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

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