Html Css Color HEX #AE217A Medium Red Violet

📋 copy color: '#AE217A'

red 174 ◦ green 33 ◦ blue 122

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

Shades of Medium Red Violet #AE217A

Tints of Medium Red Violet #AE217A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.03%

 BLUE value IS 122 (48.05% from 255) = 37.08%

R = 52.89%
G = 10.03%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AE217A (or 0xAE217A) is known color: Medium Red Violet. HEX triplet: AE, 21 and 7A. RGB value is (174,33,122). Sum of RGB (Red+Green+Blue) = 174+33+122=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE217A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE217A is #51DE85. Grayscale: #555555. Windows color (decimal): -5365382 or 8004014. OLE color: 8004014.

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

Color convert

RGB 174 33 122 -
CMYK 0 0.81 0.30 0.32
HSL 322.13º 0.68% 0.41% -
HSV(B) 322.13º 0.81% 0.68% -
XYZ 21.51 11.49 19.5 -
YUV 85.31 148.71 191.26 -
System Red Green Blue C M Y K H S L
Decimal 174 33 122 0 0.81 0.30 0.32 322.13 0.68 0.41
Hex AE 21 7A 0 51 1E 20 142 44 29
Octal 256 41 172 0 121 36 40 502 104 51
Binary 10101110 100001 1111010 0 1010001 11110 100000 101000010 1000100 101001

Color Harmonies of #AE217A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE217A

Black with #AE217A

Text Example


Text Example

White with #AE217A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE217A; }

 p { color: rgb(174,33,122); }

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

background-color css

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

 a { background-color: rgb(174,33,122); }

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

border-color css

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

 span { border-color: rgb(174,33,122); }

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