Html Css Color HEX #AE1F81 Medium Red Violet

📋 copy color: '#AE1F81'

red 174 ◦ green 31 ◦ blue 129

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

Shades of Medium Red Violet #AE1F81

Tints of Medium Red Violet #AE1F81

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.28%

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

R = 52.1%
G = 9.28%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AE1F81 (or 0xAE1F81) is known color: Medium Red Violet. HEX triplet: AE, 1F and 81. RGB value is (174,31,129). Sum of RGB (Red+Green+Blue) = 174+31+129=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 31 (12.5% from 255 or 9.28% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1F81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1F81 is #51E07E. Grayscale: #545454. Windows color (decimal): -5365887 or 8462254. OLE color: 8462254.

HSL color Cylindrical-coordinate representation of color #AE1F81: hue angle of 318.88º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE1F81 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 31 129 -
CMYK 0 0.82 0.26 0.32
HSL 318.88º 0.7% 0.4% -
HSV(B) 318.88º 0.82% 0.68% -
XYZ 21.91 11.56 21.85 -
YUV 84.93 152.88 191.53 -
System Red Green Blue C M Y K H S L
Decimal 174 31 129 0 0.82 0.26 0.32 318.88 0.7 0.4
Hex AE 1F 81 0 52 1A 20 13F 46 28
Octal 256 37 201 0 122 32 40 477 106 50
Binary 10101110 11111 10000001 0 1010010 11010 100000 100111111 1000110 101000

Color Harmonies of #AE1F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1F81

Black with #AE1F81

Text Example


Text Example

White with #AE1F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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