Html Css Color HEX #AE097A Medium Violet Red

📋 copy color: '#AE097A'

red 174 ◦ green 9 ◦ blue 122

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

Shades of Medium Violet Red #AE097A

Tints of Medium Violet Red #AE097A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 40%

R = 57.05%
G = 2.95%
B = 40%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AE097A (or 0xAE097A) is known color: Medium Violet Red. HEX triplet: AE, 09 and 7A. RGB value is (174,9,122). Sum of RGB (Red+Green+Blue) = 174+9+122=305 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.05% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 174 - color contains mainly: red. Hex color #AE097A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE097A is #51F685. Grayscale: #464646. Windows color (decimal): -5371526 or 7997870. OLE color: 7997870.

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

Color convert

RGB 174 9 122 -
CMYK 0 0.95 0.30 0.32
HSL 318.91º 0.9% 0.36% -
HSV(B) 318.91º 0.95% 0.68% -
XYZ 21.07 10.6 19.35 -
YUV 71.22 156.66 201.31 -
System Red Green Blue C M Y K H S L
Decimal 174 9 122 0 0.95 0.30 0.32 318.91 0.9 0.36
Hex AE 9 7A 0 5F 1E 20 13F 5A 24
Octal 256 11 172 0 137 36 40 477 132 44
Binary 10101110 1001 1111010 0 1011111 11110 100000 100111111 1011010 100100

Color Harmonies of #AE097A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE097A

Black with #AE097A

Text Example


Text Example

White with #AE097A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE097A; }

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

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

background-color css

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

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

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

border-color css

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

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

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