Html Css Color HEX #AE0F7C Medium Violet Red

📋 copy color: '#AE0F7C'

red 174 ◦ green 15 ◦ blue 124

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

Shades of Medium Violet Red #AE0F7C

Tints of Medium Violet Red #AE0F7C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.79%

 BLUE value IS 124 (48.83% from 255) = 39.62%

R = 55.59%
G = 4.79%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE0F7C (or 0xAE0F7C) is known color: Medium Violet Red. HEX triplet: AE, 0F and 7C. RGB value is (174,15,124). Sum of RGB (Red+Green+Blue) = 174+15+124=313 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.59% from 313); Green value is 15 (6.25% from 255 or 4.79% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0F7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0F7C is #51F083. Grayscale: #4A4A4A. Windows color (decimal): -5369988 or 8130478. OLE color: 8130478.

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

Color convert

RGB 174 15 124 -
CMYK 0 0.91 0.29 0.32
HSL 318.87º 0.84% 0.37% -
HSV(B) 318.87º 0.91% 0.68% -
XYZ 21.26 10.8 20.03 -
YUV 74.97 155.68 198.64 -
System Red Green Blue C M Y K H S L
Decimal 174 15 124 0 0.91 0.29 0.32 318.87 0.84 0.37
Hex AE F 7C 0 5B 1D 20 13F 54 25
Octal 256 17 174 0 133 35 40 477 124 45
Binary 10101110 1111 1111100 0 1011011 11101 100000 100111111 1010100 100101

Color Harmonies of #AE0F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0F7C

Black with #AE0F7C

Text Example


Text Example

White with #AE0F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0F7C; }

 p { color: rgb(174,15,124); }

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

background-color css

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

 a { background-color: rgb(174,15,124); }

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

border-color css

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

 span { border-color: rgb(174,15,124); }

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