Html Css Color HEX #AE1C9F Medium Violet Red

📋 copy color: '#AE1C9F'

red 174 ◦ green 28 ◦ blue 159

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

Shades of Medium Violet Red #AE1C9F

Tints of Medium Violet Red #AE1C9F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.76%

 BLUE value IS 159 (62.5% from 255) = 44.04%

R = 48.2%
G = 7.76%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AE1C9F (or 0xAE1C9F) is known color: Medium Violet Red. HEX triplet: AE, 1C and 9F. RGB value is (174,28,159). Sum of RGB (Red+Green+Blue) = 174+28+159=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 28 (11.33% from 255 or 7.76% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1C9F is #51E360. Grayscale: #565656. Windows color (decimal): -5366625 or 10427566. OLE color: 10427566.

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

Color convert

RGB 174 28 159 -
CMYK 0 0.84 0.09 0.32
HSL 306.16º 0.72% 0.4% -
HSV(B) 306.16º 0.84% 0.68% -
XYZ 24.13 12.33 33.91 -
YUV 86.59 168.87 190.35 -
System Red Green Blue C M Y K H S L
Decimal 174 28 159 0 0.84 0.09 0.32 306.16 0.72 0.4
Hex AE 1C 9F 0 54 9 20 132 48 28
Octal 256 34 237 0 124 11 40 462 110 50
Binary 10101110 11100 10011111 0 1010100 1001 100000 100110010 1001000 101000

Color Harmonies of #AE1C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1C9F

Black with #AE1C9F

Text Example


Text Example

White with #AE1C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1C9F; }

 p { color: rgb(174,28,159); }

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

background-color css

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

 a { background-color: rgb(174,28,159); }

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

border-color css

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

 span { border-color: rgb(174,28,159); }

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