Html Css Color HEX #AE168C Medium Violet Red

📋 copy color: '#AE168C'

red 174 ◦ green 22 ◦ blue 140

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

Shades of Medium Violet Red #AE168C

Tints of Medium Violet Red #AE168C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.67%

R = 51.79%
G = 6.55%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE168C (or 0xAE168C) is known color: Medium Violet Red. HEX triplet: AE, 16 and 8C. RGB value is (174,22,140). Sum of RGB (Red+Green+Blue) = 174+22+140=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 22 (8.98% from 255 or 6.55% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE168C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE168C is #51E973. Grayscale: #505050. Windows color (decimal): -5368180 or 9180846. OLE color: 9180846.

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

Color convert

RGB 174 22 140 -
CMYK 0 0.87 0.20 0.32
HSL 313.42º 0.78% 0.38% -
HSV(B) 313.42º 0.87% 0.68% -
XYZ 22.48 11.47 25.84 -
YUV 80.9 161.36 194.41 -
System Red Green Blue C M Y K H S L
Decimal 174 22 140 0 0.87 0.20 0.32 313.42 0.78 0.38
Hex AE 16 8C 0 57 14 20 139 4E 26
Octal 256 26 214 0 127 24 40 471 116 46
Binary 10101110 10110 10001100 0 1010111 10100 100000 100111001 1001110 100110

Color Harmonies of #AE168C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE168C

Black with #AE168C

Text Example


Text Example

White with #AE168C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE168C; }

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

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

background-color css

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

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

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

border-color css

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

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

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