Html Css Color HEX #AE1681 Medium Violet Red

📋 copy color: '#AE1681'

red 174 ◦ green 22 ◦ blue 129

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

Shades of Medium Violet Red #AE1681

Tints of Medium Violet Red #AE1681

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.77%

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

R = 53.54%
G = 6.77%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AE1681 (or 0xAE1681) is known color: Medium Violet Red. HEX triplet: AE, 16 and 81. RGB value is (174,22,129). Sum of RGB (Red+Green+Blue) = 174+22+129=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 129 (50.78% from 255 or 39.69% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1681 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE1681 is #51E97E. Grayscale: #4F4F4F. Windows color (decimal): -5368191 or 8459950. OLE color: 8459950.

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

Color convert

RGB 174 22 129 -
CMYK 0 0.87 0.26 0.32
HSL 317.76º 0.78% 0.38% -
HSV(B) 317.76º 0.87% 0.68% -
XYZ 21.7 11.16 21.78 -
YUV 79.65 155.86 195.3 -
System Red Green Blue C M Y K H S L
Decimal 174 22 129 0 0.87 0.26 0.32 317.76 0.78 0.38
Hex AE 16 81 0 57 1A 20 13E 4E 26
Octal 256 26 201 0 127 32 40 476 116 46
Binary 10101110 10110 10000001 0 1010111 11010 100000 100111110 1001110 100110

Color Harmonies of #AE1681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1681

Black with #AE1681

Text Example


Text Example

White with #AE1681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1681; }

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

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

background-color css

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

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

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

border-color css

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

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

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