Html Css Color HEX #AE108D Medium Violet Red

📋 copy color: '#AE108D'

red 174 ◦ green 16 ◦ blue 141

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

Shades of Medium Violet Red #AE108D

Tints of Medium Violet Red #AE108D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.83%

 BLUE value IS 141 (55.47% from 255) = 42.6%

R = 52.57%
G = 4.83%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AE108D (or 0xAE108D) is known color: Medium Violet Red. HEX triplet: AE, 10 and 8D. RGB value is (174,16,141). Sum of RGB (Red+Green+Blue) = 174+16+141=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE108D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE108D is #51EF72. Grayscale: #4D4D4D. Windows color (decimal): -5369715 or 9244846. OLE color: 9244846.

HSL color Cylindrical-coordinate representation of color #AE108D: hue angle of 312.53º degrees, saturation: 0.83, 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 #AE108D is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 16 141 -
CMYK 0 0.91 0.19 0.32
HSL 312.53º 0.83% 0.37% -
HSV(B) 312.53º 0.91% 0.68% -
XYZ 22.45 11.29 26.2 -
YUV 77.49 163.85 196.84 -
System Red Green Blue C M Y K H S L
Decimal 174 16 141 0 0.91 0.19 0.32 312.53 0.83 0.37
Hex AE 10 8D 0 5B 13 20 139 53 25
Octal 256 20 215 0 133 23 40 471 123 45
Binary 10101110 10000 10001101 0 1011011 10011 100000 100111001 1010011 100101

Color Harmonies of #AE108D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE108D

Black with #AE108D

Text Example


Text Example

White with #AE108D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE108D; }

 p { color: rgb(174,16,141); }

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

background-color css

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

 a { background-color: rgb(174,16,141); }

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

border-color css

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

 span { border-color: rgb(174,16,141); }

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