Html Css Color HEX #AE168B Medium Violet Red

📋 copy color: '#AE168B'

red 174 ◦ green 22 ◦ blue 139

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

Shades of Medium Violet Red #AE168B

Tints of Medium Violet Red #AE168B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.49%

R = 51.94%
G = 6.57%
B = 41.49%

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

#AE168B (or 0xAE168B) is known color: Medium Violet Red. HEX triplet: AE, 16 and 8B. RGB value is (174,22,139). Sum of RGB (Red+Green+Blue) = 174+22+139=335 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.94% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 174 - color contains mainly: red. Hex color #AE168B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE168B is #51E974. Grayscale: #505050. Windows color (decimal): -5368181 or 9115310. OLE color: 9115310.

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

Color convert

RGB 174 22 139 -
CMYK 0 0.87 0.20 0.32
HSL 313.82º 0.78% 0.38% -
HSV(B) 313.82º 0.87% 0.68% -
XYZ 22.4 11.44 25.45 -
YUV 80.79 160.86 194.49 -
System Red Green Blue C M Y K H S L
Decimal 174 22 139 0 0.87 0.20 0.32 313.82 0.78 0.38
Hex AE 16 8B 0 57 14 20 13A 4E 26
Octal 256 26 213 0 127 24 40 472 116 46
Binary 10101110 10110 10001011 0 1010111 10100 100000 100111010 1001110 100110

Color Harmonies of #AE168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE168B

Black with #AE168B

Text Example


Text Example

White with #AE168B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE168B; }

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

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

background-color css

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

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

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

border-color css

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

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

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