Html Css Color HEX #AE1288 Medium Violet Red

📋 copy color: '#AE1288'

red 174 ◦ green 18 ◦ blue 136

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

Shades of Medium Violet Red #AE1288

Tints of Medium Violet Red #AE1288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.46%

R = 53.05%
G = 5.49%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#AE1288 (or 0xAE1288) is known color: Medium Violet Red. HEX triplet: AE, 12 and 88. RGB value is (174,18,136). Sum of RGB (Red+Green+Blue) = 174+18+136=328 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.05% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1288 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE1288 is #51ED77. Grayscale: #4D4D4D. Windows color (decimal): -5369208 or 8917678. OLE color: 8917678.

HSL color Cylindrical-coordinate representation of color #AE1288: hue angle of 314.62º 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 #AE1288 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 18 136 -
CMYK 0 0.90 0.22 0.32
HSL 314.62º 0.81% 0.38% -
HSV(B) 314.62º 0.9% 0.68% -
XYZ 22.12 11.21 24.29 -
YUV 78.1 160.68 196.41 -
System Red Green Blue C M Y K H S L
Decimal 174 18 136 0 0.90 0.22 0.32 314.62 0.81 0.38
Hex AE 12 88 0 5A 16 20 13B 51 26
Octal 256 22 210 0 132 26 40 473 121 46
Binary 10101110 10010 10001000 0 1011010 10110 100000 100111011 1010001 100110

Color Harmonies of #AE1288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1288

Black with #AE1288

Text Example


Text Example

White with #AE1288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1288; }

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

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

background-color css

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

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

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

border-color css

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

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

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