Html Css Color HEX #AE2F9A Medium Red Violet

📋 copy color: '#AE2F9A'

red 174 ◦ green 47 ◦ blue 154

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

Shades of Medium Red Violet #AE2F9A

Tints of Medium Red Violet #AE2F9A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.53%

 BLUE value IS 154 (60.55% from 255) = 41.07%

R = 46.4%
G = 12.53%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AE2F9A (or 0xAE2F9A) is known color: Medium Red Violet. HEX triplet: AE, 2F and 9A. RGB value is (174,47,154). Sum of RGB (Red+Green+Blue) = 174+47+154=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 47 (18.75% from 255 or 12.53% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2F9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2F9A is #51D065. Grayscale: #606060. Windows color (decimal): -5361766 or 10104750. OLE color: 10104750.

HSL color Cylindrical-coordinate representation of color #AE2F9A: hue angle of 309.45º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AE2F9A is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 47 154 -
CMYK 0 0.73 0.11 0.32
HSL 309.45º 0.57% 0.43% -
HSV(B) 309.45º 0.73% 0.68% -
XYZ 24.3 13.36 31.87 -
YUV 97.17 160.08 182.8 -
System Red Green Blue C M Y K H S L
Decimal 174 47 154 0 0.73 0.11 0.32 309.45 0.57 0.43
Hex AE 2F 9A 0 49 B 20 135 39 2B
Octal 256 57 232 0 111 13 40 465 71 53
Binary 10101110 101111 10011010 0 1001001 1011 100000 100110101 111001 101011

Color Harmonies of #AE2F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2F9A

Black with #AE2F9A

Text Example


Text Example

White with #AE2F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2F9A; }

 p { color: rgb(174,47,154); }

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

background-color css

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

 a { background-color: rgb(174,47,154); }

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

border-color css

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

 span { border-color: rgb(174,47,154); }

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