Html Css Color HEX #AE429B Medium Red Violet

📋 copy color: '#AE429B'

red 174 ◦ green 66 ◦ blue 155

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

Shades of Medium Red Violet #AE429B

Tints of Medium Red Violet #AE429B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.24%

R = 44.05%
G = 16.71%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AE429B (or 0xAE429B) is known color: Medium Red Violet. HEX triplet: AE, 42 and 9B. RGB value is (174,66,155). Sum of RGB (Red+Green+Blue) = 174+66+155=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE429B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE429B is #51BD64. Grayscale: #6C6C6C. Windows color (decimal): -5356901 or 10175150. OLE color: 10175150.

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

Color convert

RGB 174 66 155 -
CMYK 0 0.62 0.11 0.32
HSL 310.56º 0.45% 0.47% -
HSV(B) 310.56º 0.62% 0.68% -
XYZ 25.32 15.26 32.62 -
YUV 108.44 154.28 174.76 -
System Red Green Blue C M Y K H S L
Decimal 174 66 155 0 0.62 0.11 0.32 310.56 0.45 0.47
Hex AE 42 9B 0 3E B 20 137 2D 2F
Octal 256 102 233 0 76 13 40 467 55 57
Binary 10101110 1000010 10011011 0 111110 1011 100000 100110111 101101 101111

Color Harmonies of #AE429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE429B

Black with #AE429B

Text Example


Text Example

White with #AE429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE429B; }

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

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

background-color css

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

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

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

border-color css

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

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

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