Html Css Color HEX #AE038A Medium Violet Red

📋 copy color: '#AE038A'

red 174 ◦ green 3 ◦ blue 138

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

Shades of Medium Violet Red #AE038A

Tints of Medium Violet Red #AE038A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.95%

 BLUE value IS 138 (54.3% from 255) = 43.81%

R = 55.24%
G = 0.95%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AE038A (or 0xAE038A) is known color: Medium Violet Red. HEX triplet: AE, 03 and 8A. RGB value is (174,3,138). Sum of RGB (Red+Green+Blue) = 174+3+138=315 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.24% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 174 - color contains mainly: red. Hex color #AE038A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE038A is #51FC75. Grayscale: #454545. Windows color (decimal): -5373046 or 9044910. OLE color: 9044910.

HSL color Cylindrical-coordinate representation of color #AE038A: hue angle of 312.63º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE038A is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 3 138 -
CMYK 0 0.98 0.21 0.32
HSL 312.63º 0.97% 0.35% -
HSV(B) 312.63º 0.98% 0.68% -
XYZ 22.08 10.9 24.98 -
YUV 69.52 166.65 202.52 -
System Red Green Blue C M Y K H S L
Decimal 174 3 138 0 0.98 0.21 0.32 312.63 0.97 0.35
Hex AE 3 8A 0 62 15 20 139 61 23
Octal 256 3 212 0 142 25 40 471 141 43
Binary 10101110 11 10001010 0 1100010 10101 100000 100111001 1100001 100011

Color Harmonies of #AE038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE038A

Black with #AE038A

Text Example


Text Example

White with #AE038A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE038A; }

 p { color: rgb(174,3,138); }

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

background-color css

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

 a { background-color: rgb(174,3,138); }

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

border-color css

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

 span { border-color: rgb(174,3,138); }

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