Html Css Color HEX #AE38A0 Medium Red Violet

📋 copy color: '#AE38A0'

red 174 ◦ green 56 ◦ blue 160

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

Shades of Medium Red Violet #AE38A0

Tints of Medium Red Violet #AE38A0

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.36%

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

R = 44.62%
G = 14.36%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AE38A0 (or 0xAE38A0) is known color: Medium Red Violet. HEX triplet: AE, 38 and A0. RGB value is (174,56,160). Sum of RGB (Red+Green+Blue) = 174+56+160=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 160 (62.89% from 255 or 41.03% from 390); Max value from RGB is 174 - color contains mainly: red. Hex color #AE38A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE38A0 is #51C75F. Grayscale: #666666. Windows color (decimal): -5359456 or 10500270. OLE color: 10500270.

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

Color convert

RGB 174 56 160 -
CMYK 0 0.68 0.08 0.32
HSL 307.12º 0.51% 0.45% -
HSV(B) 307.12º 0.68% 0.68% -
XYZ 25.21 14.37 34.7 -
YUV 103.14 160.09 178.54 -
System Red Green Blue C M Y K H S L
Decimal 174 56 160 0 0.68 0.08 0.32 307.12 0.51 0.45
Hex AE 38 A0 0 44 8 20 133 33 2D
Octal 256 70 240 0 104 10 40 463 63 55
Binary 10101110 111000 10100000 0 1000100 1000 100000 100110011 110011 101101

Color Harmonies of #AE38A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE38A0

Black with #AE38A0

Text Example


Text Example

White with #AE38A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE38A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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