Html Css Color HEX #AE168F Medium Violet Red

📋 copy color: '#AE168F'

red 174 ◦ green 22 ◦ blue 143

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

Shades of Medium Violet Red #AE168F

Tints of Medium Violet Red #AE168F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.18%

R = 51.33%
G = 6.49%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE168F (or 0xAE168F) is known color: Medium Violet Red. HEX triplet: AE, 16 and 8F. RGB value is (174,22,143). Sum of RGB (Red+Green+Blue) = 174+22+143=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE168F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE168F is #51E970. Grayscale: #505050. Windows color (decimal): -5368177 or 9377454. OLE color: 9377454.

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

Color convert

RGB 174 22 143 -
CMYK 0 0.87 0.18 0.32
HSL 312.24º 0.78% 0.38% -
HSV(B) 312.24º 0.87% 0.68% -
XYZ 22.7 11.56 27.02 -
YUV 81.24 162.86 194.16 -
System Red Green Blue C M Y K H S L
Decimal 174 22 143 0 0.87 0.18 0.32 312.24 0.78 0.38
Hex AE 16 8F 0 57 12 20 138 4E 26
Octal 256 26 217 0 127 22 40 470 116 46
Binary 10101110 10110 10001111 0 1010111 10010 100000 100111000 1001110 100110

Color Harmonies of #AE168F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE168F

Black with #AE168F

Text Example


Text Example

White with #AE168F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE168F; }

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

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

background-color css

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

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

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

border-color css

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

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

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