Html Css Color HEX #AE0895 Medium Violet Red

📋 copy color: '#AE0895'

red 174 ◦ green 8 ◦ blue 149

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

Shades of Medium Violet Red #AE0895

Tints of Medium Violet Red #AE0895

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.42%

 BLUE value IS 149 (58.59% from 255) = 45.02%

R = 52.57%
G = 2.42%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AE0895 (or 0xAE0895) is known color: Medium Violet Red. HEX triplet: AE, 08 and 95. RGB value is (174,8,149). Sum of RGB (Red+Green+Blue) = 174+8+149=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 8 (3.52% from 255 or 2.42% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0895 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0895 is #51F76A. Grayscale: #494949. Windows color (decimal): -5371755 or 9767086. OLE color: 9767086.

HSL color Cylindrical-coordinate representation of color #AE0895: hue angle of 309.04º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE0895 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 8 149 -
CMYK 0 0.95 0.14 0.32
HSL 309.04º 0.91% 0.36% -
HSV(B) 309.04º 0.95% 0.68% -
XYZ 22.97 11.34 29.41 -
YUV 73.71 170.5 199.54 -
System Red Green Blue C M Y K H S L
Decimal 174 8 149 0 0.95 0.14 0.32 309.04 0.91 0.36
Hex AE 8 95 0 5F E 20 135 5B 24
Octal 256 10 225 0 137 16 40 465 133 44
Binary 10101110 1000 10010101 0 1011111 1110 100000 100110101 1011011 100100

Color Harmonies of #AE0895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0895

Black with #AE0895

Text Example


Text Example

White with #AE0895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0895; }

 p { color: rgb(174,8,149); }

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

background-color css

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

 a { background-color: rgb(174,8,149); }

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

border-color css

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

 span { border-color: rgb(174,8,149); }

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