Html Css Color HEX #AE1AA2 Medium Violet Red

📋 copy color: '#AE1AA2'

red 174 ◦ green 26 ◦ blue 162

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

Shades of Medium Violet Red #AE1AA2

Tints of Medium Violet Red #AE1AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 44.75%

R = 48.07%
G = 7.18%
B = 44.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AE1AA2 (or 0xAE1AA2) is known color: Medium Violet Red. HEX triplet: AE, 1A and A2. RGB value is (174,26,162). Sum of RGB (Red+Green+Blue) = 174+26+162=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 26 (10.55% from 255 or 7.18% from 362); Blue value is 162 (63.67% from 255 or 44.75% from 362); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1AA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1AA2 is #51E55D. Grayscale: #555555. Windows color (decimal): -5367134 or 10623662. OLE color: 10623662.

HSL color Cylindrical-coordinate representation of color #AE1AA2: hue angle of 304.86º 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 #AE1AA2 is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 26 162 -
CMYK 0 0.85 0.07 0.32
HSL 304.86º 0.74% 0.39% -
HSV(B) 304.86º 0.85% 0.68% -
XYZ 24.35 12.35 35.28 -
YUV 85.76 171.03 190.94 -
System Red Green Blue C M Y K H S L
Decimal 174 26 162 0 0.85 0.07 0.32 304.86 0.74 0.39
Hex AE 1A A2 0 55 7 20 131 4A 27
Octal 256 32 242 0 125 7 40 461 112 47
Binary 10101110 11010 10100010 0 1010101 111 100000 100110001 1001010 100111

Color Harmonies of #AE1AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1AA2

Black with #AE1AA2

Text Example


Text Example

White with #AE1AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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