Html Css Color HEX #AE4098 Medium Red Violet

📋 copy color: '#AE4098'

red 174 ◦ green 64 ◦ blue 152

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

Shades of Medium Red Violet #AE4098

Tints of Medium Red Violet #AE4098

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.41%

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

R = 44.62%
G = 16.41%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AE4098 (or 0xAE4098) is known color: Medium Red Violet. HEX triplet: AE, 40 and 98. RGB value is (174,64,152). Sum of RGB (Red+Green+Blue) = 174+64+152=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4098 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4098 is #51BF67. Grayscale: #6A6A6A. Windows color (decimal): -5357416 or 9978030. OLE color: 9978030.

HSL color Cylindrical-coordinate representation of color #AE4098: hue angle of 312º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE4098 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 64 152 -
CMYK 0 0.63 0.13 0.32
HSL 312º 0.46% 0.47% -
HSV(B) 312º 0.63% 0.68% -
XYZ 24.96 14.93 31.27 -
YUV 106.92 153.44 175.84 -
System Red Green Blue C M Y K H S L
Decimal 174 64 152 0 0.63 0.13 0.32 312 0.46 0.47
Hex AE 40 98 0 3F D 20 138 2E 2F
Octal 256 100 230 0 77 15 40 470 56 57
Binary 10101110 1000000 10011000 0 111111 1101 100000 100111000 101110 101111

Color Harmonies of #AE4098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4098

Black with #AE4098

Text Example


Text Example

White with #AE4098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4098; }

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

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

background-color css

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

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

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

border-color css

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

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

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