Html Css Color HEX #AE2DA0 Medium Red Violet

📋 copy color: '#AE2DA0'

red 174 ◦ green 45 ◦ blue 160

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

Shades of Medium Red Violet #AE2DA0

Tints of Medium Red Violet #AE2DA0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.87%

 BLUE value IS 160 (62.89% from 255) = 42.22%

R = 45.91%
G = 11.87%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AE2DA0 (or 0xAE2DA0) is known color: Medium Red Violet. HEX triplet: AE, 2D and A0. RGB value is (174,45,160). Sum of RGB (Red+Green+Blue) = 174+45+160=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 45 (17.97% from 255 or 11.87% from 379); Blue value is 160 (62.89% from 255 or 42.22% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2DA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2DA0 is #51D25F. Grayscale: #606060. Windows color (decimal): -5362272 or 10497454. OLE color: 10497454.

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

Color convert

RGB 174 45 160 -
CMYK 0 0.74 0.08 0.32
HSL 306.51º 0.59% 0.43% -
HSV(B) 306.51º 0.74% 0.68% -
XYZ 24.74 13.41 34.54 -
YUV 96.68 163.74 183.15 -
System Red Green Blue C M Y K H S L
Decimal 174 45 160 0 0.74 0.08 0.32 306.51 0.59 0.43
Hex AE 2D A0 0 4A 8 20 133 3B 2B
Octal 256 55 240 0 112 10 40 463 73 53
Binary 10101110 101101 10100000 0 1001010 1000 100000 100110011 111011 101011

Color Harmonies of #AE2DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2DA0

Black with #AE2DA0

Text Example


Text Example

White with #AE2DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2DA0; }

 p { color: rgb(174,45,160); }

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

background-color css

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

 a { background-color: rgb(174,45,160); }

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

border-color css

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

 span { border-color: rgb(174,45,160); }

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