Html Css Color HEX #AE2281 Medium Red Violet

📋 copy color: '#AE2281'

red 174 ◦ green 34 ◦ blue 129

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

Shades of Medium Red Violet #AE2281

Tints of Medium Red Violet #AE2281

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.09%

 BLUE value IS 129 (50.78% from 255) = 38.28%

R = 51.63%
G = 10.09%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AE2281 (or 0xAE2281) is known color: Medium Red Violet. HEX triplet: AE, 22 and 81. RGB value is (174,34,129). Sum of RGB (Red+Green+Blue) = 174+34+129=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2281 is #51DD7E. Grayscale: #565656. Windows color (decimal): -5365119 or 8463022. OLE color: 8463022.

HSL color Cylindrical-coordinate representation of color #AE2281: hue angle of 319.29º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE2281 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 34 129 -
CMYK 0 0.80 0.26 0.32
HSL 319.29º 0.67% 0.41% -
HSV(B) 319.29º 0.8% 0.68% -
XYZ 21.99 11.73 21.87 -
YUV 86.69 151.88 190.28 -
System Red Green Blue C M Y K H S L
Decimal 174 34 129 0 0.80 0.26 0.32 319.29 0.67 0.41
Hex AE 22 81 0 50 1A 20 13F 43 29
Octal 256 42 201 0 120 32 40 477 103 51
Binary 10101110 100010 10000001 0 1010000 11010 100000 100111111 1000011 101001

Color Harmonies of #AE2281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2281

Black with #AE2281

Text Example


Text Example

White with #AE2281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2281; }

 p { color: rgb(174,34,129); }

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

background-color css

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

 a { background-color: rgb(174,34,129); }

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

border-color css

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

 span { border-color: rgb(174,34,129); }

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