Html Css Color HEX #AE1286 Medium Violet Red

📋 copy color: '#AE1286'

red 174 ◦ green 18 ◦ blue 134

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

Shades of Medium Violet Red #AE1286

Tints of Medium Violet Red #AE1286

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.52%

 BLUE value IS 134 (52.73% from 255) = 41.1%

R = 53.37%
G = 5.52%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AE1286 (or 0xAE1286) is known color: Medium Violet Red. HEX triplet: AE, 12 and 86. RGB value is (174,18,134). Sum of RGB (Red+Green+Blue) = 174+18+134=326 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.37% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1286 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE1286 is #51ED79. Grayscale: #4D4D4D. Windows color (decimal): -5369210 or 8786606. OLE color: 8786606.

HSL color Cylindrical-coordinate representation of color #AE1286: hue angle of 315.38º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE1286 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 18 134 -
CMYK 0 0.90 0.23 0.32
HSL 315.38º 0.81% 0.38% -
HSV(B) 315.38º 0.9% 0.68% -
XYZ 21.97 11.15 23.55 -
YUV 77.87 159.68 196.57 -
System Red Green Blue C M Y K H S L
Decimal 174 18 134 0 0.90 0.23 0.32 315.38 0.81 0.38
Hex AE 12 86 0 5A 17 20 13B 51 26
Octal 256 22 206 0 132 27 40 473 121 46
Binary 10101110 10010 10000110 0 1011010 10111 100000 100111011 1010001 100110

Color Harmonies of #AE1286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1286

Black with #AE1286

Text Example


Text Example

White with #AE1286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1286; }

 p { color: rgb(174,18,134); }

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

background-color css

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

 a { background-color: rgb(174,18,134); }

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

border-color css

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

 span { border-color: rgb(174,18,134); }

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