Html Css Color HEX #AE34A0 Medium Red Violet

📋 copy color: '#AE34A0'

red 174 ◦ green 52 ◦ blue 160

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

Shades of Medium Red Violet #AE34A0

Tints of Medium Red Violet #AE34A0

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.47%

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

R = 45.08%
G = 13.47%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AE34A0 (or 0xAE34A0) is known color: Medium Red Violet. HEX triplet: AE, 34 and A0. RGB value is (174,52,160). Sum of RGB (Red+Green+Blue) = 174+52+160=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 160 (62.89% from 255 or 41.45% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE34A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE34A0 is #51CB5F. Grayscale: #646464. Windows color (decimal): -5360480 or 10499246. OLE color: 10499246.

HSL color Cylindrical-coordinate representation of color #AE34A0: hue angle of 306.89º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE34A0 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 52 160 -
CMYK 0 0.70 0.08 0.32
HSL 306.89º 0.54% 0.44% -
HSV(B) 306.89º 0.7% 0.68% -
XYZ 25.03 13.99 34.64 -
YUV 100.79 161.42 180.22 -
System Red Green Blue C M Y K H S L
Decimal 174 52 160 0 0.70 0.08 0.32 306.89 0.54 0.44
Hex AE 34 A0 0 46 8 20 133 36 2C
Octal 256 64 240 0 106 10 40 463 66 54
Binary 10101110 110100 10100000 0 1000110 1000 100000 100110011 110110 101100

Color Harmonies of #AE34A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE34A0

Black with #AE34A0

Text Example


Text Example

White with #AE34A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE34A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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