Html Css Color HEX #AE1298 Medium Violet Red

📋 copy color: '#AE1298'

red 174 ◦ green 18 ◦ blue 152

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

Shades of Medium Violet Red #AE1298

Tints of Medium Violet Red #AE1298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 44.19%

R = 50.58%
G = 5.23%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AE1298 (or 0xAE1298) is known color: Medium Violet Red. HEX triplet: AE, 12 and 98. RGB value is (174,18,152). Sum of RGB (Red+Green+Blue) = 174+18+152=344 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.58% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 152 (59.77% from 255 or 44.19% from 344); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1298 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE1298 is #51ED67. Grayscale: #4F4F4F. Windows color (decimal): -5369192 or 9966254. OLE color: 9966254.

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

Color convert

RGB 174 18 152 -
CMYK 0 0.90 0.13 0.32
HSL 308.46º 0.81% 0.38% -
HSV(B) 308.46º 0.9% 0.68% -
XYZ 23.34 11.7 30.73 -
YUV 79.92 168.68 195.1 -
System Red Green Blue C M Y K H S L
Decimal 174 18 152 0 0.90 0.13 0.32 308.46 0.81 0.38
Hex AE 12 98 0 5A D 20 134 51 26
Octal 256 22 230 0 132 15 40 464 121 46
Binary 10101110 10010 10011000 0 1011010 1101 100000 100110100 1010001 100110

Color Harmonies of #AE1298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1298

Black with #AE1298

Text Example


Text Example

White with #AE1298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1298; }

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

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

background-color css

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

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

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

border-color css

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

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

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