Html Css Color HEX #AE2093 Medium Red Violet

📋 copy color: '#AE2093'

red 174 ◦ green 32 ◦ blue 147

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

Shades of Medium Red Violet #AE2093

Tints of Medium Red Violet #AE2093

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.07%

 BLUE value IS 147 (57.81% from 255) = 41.64%

R = 49.29%
G = 9.07%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AE2093 (or 0xAE2093) is known color: Medium Red Violet. HEX triplet: AE, 20 and 93. RGB value is (174,32,147). Sum of RGB (Red+Green+Blue) = 174+32+147=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2093 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2093 is #51DF6C. Grayscale: #575757. Windows color (decimal): -5365613 or 9642158. OLE color: 9642158.

HSL color Cylindrical-coordinate representation of color #AE2093: hue angle of 311.41º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE2093 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 32 147 -
CMYK 0 0.82 0.16 0.32
HSL 311.41º 0.69% 0.4% -
HSV(B) 311.41º 0.82% 0.68% -
XYZ 23.24 12.14 28.72 -
YUV 87.57 161.54 189.65 -
System Red Green Blue C M Y K H S L
Decimal 174 32 147 0 0.82 0.16 0.32 311.41 0.69 0.4
Hex AE 20 93 0 52 10 20 137 45 28
Octal 256 40 223 0 122 20 40 467 105 50
Binary 10101110 100000 10010011 0 1010010 10000 100000 100110111 1000101 101000

Color Harmonies of #AE2093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2093

Black with #AE2093

Text Example


Text Example

White with #AE2093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2093; }

 p { color: rgb(174,32,147); }

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

background-color css

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

 a { background-color: rgb(174,32,147); }

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

border-color css

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

 span { border-color: rgb(174,32,147); }

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