Html Css Color HEX #AE1A9E Medium Violet Red

📋 copy color: '#AE1A9E'

red 174 ◦ green 26 ◦ blue 158

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

Shades of Medium Violet Red #AE1A9E

Tints of Medium Violet Red #AE1A9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 44.13%

R = 48.6%
G = 7.26%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AE1A9E (or 0xAE1A9E) is known color: Medium Violet Red. HEX triplet: AE, 1A and 9E. RGB value is (174,26,158). Sum of RGB (Red+Green+Blue) = 174+26+158=358 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.60% from 358); Green value is 26 (10.55% from 255 or 7.26% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1A9E is #51E561. Grayscale: #545454. Windows color (decimal): -5367138 or 10361518. OLE color: 10361518.

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

Color convert

RGB 174 26 158 -
CMYK 0 0.85 0.09 0.32
HSL 306.49º 0.74% 0.39% -
HSV(B) 306.49º 0.85% 0.68% -
XYZ 24 12.21 33.44 -
YUV 85.3 169.03 191.27 -
System Red Green Blue C M Y K H S L
Decimal 174 26 158 0 0.85 0.09 0.32 306.49 0.74 0.39
Hex AE 1A 9E 0 55 9 20 132 4A 27
Octal 256 32 236 0 125 11 40 462 112 47
Binary 10101110 11010 10011110 0 1010101 1001 100000 100110010 1001010 100111

Color Harmonies of #AE1A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1A9E

Black with #AE1A9E

Text Example


Text Example

White with #AE1A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1A9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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