Html Css Color HEX #AE1A8A Medium Violet Red

📋 copy color: '#AE1A8A'

red 174 ◦ green 26 ◦ blue 138

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

Shades of Medium Violet Red #AE1A8A

Tints of Medium Violet Red #AE1A8A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.69%

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

R = 51.48%
G = 7.69%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AE1A8A (or 0xAE1A8A) is known color: Medium Violet Red. HEX triplet: AE, 1A and 8A. RGB value is (174,26,138). Sum of RGB (Red+Green+Blue) = 174+26+138=338 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.48% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1A8A is #51E575. Grayscale: #525252. Windows color (decimal): -5367158 or 9050798. OLE color: 9050798.

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

Color convert

RGB 174 26 138 -
CMYK 0 0.85 0.21 0.32
HSL 314.59º 0.74% 0.39% -
HSV(B) 314.59º 0.85% 0.68% -
XYZ 22.41 11.57 25.1 -
YUV 83.02 159.03 192.89 -
System Red Green Blue C M Y K H S L
Decimal 174 26 138 0 0.85 0.21 0.32 314.59 0.74 0.39
Hex AE 1A 8A 0 55 15 20 13B 4A 27
Octal 256 32 212 0 125 25 40 473 112 47
Binary 10101110 11010 10001010 0 1010101 10101 100000 100111011 1001010 100111

Color Harmonies of #AE1A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1A8A

Black with #AE1A8A

Text Example


Text Example

White with #AE1A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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