Html Css Color HEX #AE0992 Medium Violet Red

📋 copy color: '#AE0992'

red 174 ◦ green 9 ◦ blue 146

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

Shades of Medium Violet Red #AE0992

Tints of Medium Violet Red #AE0992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.74%

 BLUE value IS 146 (57.42% from 255) = 44.38%

R = 52.89%
G = 2.74%
B = 44.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AE0992 (or 0xAE0992) is known color: Medium Violet Red. HEX triplet: AE, 09 and 92. RGB value is (174,9,146). Sum of RGB (Red+Green+Blue) = 174+9+146=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0992 is #51F66D. Grayscale: #494949. Windows color (decimal): -5371502 or 9570734. OLE color: 9570734.

HSL color Cylindrical-coordinate representation of color #AE0992: hue angle of 310.18º degrees, saturation: 0.9, 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 #AE0992 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 9 146 -
CMYK 0 0.95 0.16 0.32
HSL 310.18º 0.9% 0.36% -
HSV(B) 310.18º 0.95% 0.68% -
XYZ 22.74 11.27 28.17 -
YUV 73.95 168.66 199.36 -
System Red Green Blue C M Y K H S L
Decimal 174 9 146 0 0.95 0.16 0.32 310.18 0.9 0.36
Hex AE 9 92 0 5F 10 20 136 5A 24
Octal 256 11 222 0 137 20 40 466 132 44
Binary 10101110 1001 10010010 0 1011111 10000 100000 100110110 1011010 100100

Color Harmonies of #AE0992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0992

Black with #AE0992

Text Example


Text Example

White with #AE0992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0992; }

 p { color: rgb(174,9,146); }

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

background-color css

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

 a { background-color: rgb(174,9,146); }

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

border-color css

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

 span { border-color: rgb(174,9,146); }

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