Html Css Color HEX #AE0B7D Medium Violet Red

📋 copy color: '#AE0B7D'

red 174 ◦ green 11 ◦ blue 125

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

Shades of Medium Violet Red #AE0B7D

Tints of Medium Violet Red #AE0B7D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.55%

 BLUE value IS 125 (49.22% from 255) = 40.32%

R = 56.13%
G = 3.55%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE0B7D (or 0xAE0B7D) is known color: Medium Violet Red. HEX triplet: AE, 0B and 7D. RGB value is (174,11,125). Sum of RGB (Red+Green+Blue) = 174+11+125=310 (41% of max value = 765). Red value is 174 (68.36% from 255 or 56.13% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0B7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0B7D is #51F482. Grayscale: #484848. Windows color (decimal): -5371011 or 8194990. OLE color: 8194990.

HSL color Cylindrical-coordinate representation of color #AE0B7D: hue angle of 318.04º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0B7D is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 11 125 -
CMYK 0 0.94 0.28 0.32
HSL 318.04º 0.88% 0.36% -
HSV(B) 318.04º 0.94% 0.68% -
XYZ 21.28 10.72 20.35 -
YUV 72.73 157.5 200.23 -
System Red Green Blue C M Y K H S L
Decimal 174 11 125 0 0.94 0.28 0.32 318.04 0.88 0.36
Hex AE B 7D 0 5E 1C 20 13E 58 24
Octal 256 13 175 0 136 34 40 476 130 44
Binary 10101110 1011 1111101 0 1011110 11100 100000 100111110 1011000 100100

Color Harmonies of #AE0B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0B7D

Black with #AE0B7D

Text Example


Text Example

White with #AE0B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0B7D; }

 p { color: rgb(174,11,125); }

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

background-color css

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

 a { background-color: rgb(174,11,125); }

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

border-color css

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

 span { border-color: rgb(174,11,125); }

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