Html Css Color HEX #AE0D7B Medium Violet Red

📋 copy color: '#AE0D7B'

red 174 ◦ green 13 ◦ blue 123

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

Shades of Medium Violet Red #AE0D7B

Tints of Medium Violet Red #AE0D7B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.19%

 BLUE value IS 123 (48.44% from 255) = 39.68%

R = 56.13%
G = 4.19%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE0D7B (or 0xAE0D7B) is known color: Medium Violet Red. HEX triplet: AE, 0D and 7B. RGB value is (174,13,123). Sum of RGB (Red+Green+Blue) = 174+13+123=310 (41% of max value = 765). Red value is 174 (68.36% from 255 or 56.13% from 310); Green value is 13 (5.47% from 255 or 4.19% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0D7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0D7B is #51F284. Grayscale: #494949. Windows color (decimal): -5370501 or 8064430. OLE color: 8064430.

HSL color Cylindrical-coordinate representation of color #AE0D7B: hue angle of 319.01º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0D7B is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 13 123 -
CMYK 0 0.93 0.29 0.32
HSL 319.01º 0.86% 0.37% -
HSV(B) 319.01º 0.93% 0.68% -
XYZ 21.17 10.72 19.69 -
YUV 73.68 155.84 199.56 -
System Red Green Blue C M Y K H S L
Decimal 174 13 123 0 0.93 0.29 0.32 319.01 0.86 0.37
Hex AE D 7B 0 5D 1D 20 13F 56 25
Octal 256 15 173 0 135 35 40 477 126 45
Binary 10101110 1101 1111011 0 1011101 11101 100000 100111111 1010110 100101

Color Harmonies of #AE0D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0D7B

Black with #AE0D7B

Text Example


Text Example

White with #AE0D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0D7B; }

 p { color: rgb(174,13,123); }

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

background-color css

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

 a { background-color: rgb(174,13,123); }

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

border-color css

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

 span { border-color: rgb(174,13,123); }

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