Html Css Color HEX #AE159B Medium Violet Red

📋 copy color: '#AE159B'

red 174 ◦ green 21 ◦ blue 155

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

Shades of Medium Violet Red #AE159B

Tints of Medium Violet Red #AE159B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6%

 BLUE value IS 155 (60.94% from 255) = 44.29%

R = 49.71%
G = 6%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AE159B (or 0xAE159B) is known color: Medium Violet Red. HEX triplet: AE, 15 and 9B. RGB value is (174,21,155). Sum of RGB (Red+Green+Blue) = 174+21+155=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE159B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE159B is #51EA64. Grayscale: #515151. Windows color (decimal): -5368421 or 10163630. OLE color: 10163630.

HSL color Cylindrical-coordinate representation of color #AE159B: hue angle of 307.45º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AE159B is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 21 155 -
CMYK 0 0.88 0.11 0.32
HSL 307.45º 0.78% 0.38% -
HSV(B) 307.45º 0.88% 0.68% -
XYZ 23.64 11.9 32.06 -
YUV 82.02 169.19 193.6 -
System Red Green Blue C M Y K H S L
Decimal 174 21 155 0 0.88 0.11 0.32 307.45 0.78 0.38
Hex AE 15 9B 0 58 B 20 133 4E 26
Octal 256 25 233 0 130 13 40 463 116 46
Binary 10101110 10101 10011011 0 1011000 1011 100000 100110011 1001110 100110

Color Harmonies of #AE159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE159B

Black with #AE159B

Text Example


Text Example

White with #AE159B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE159B; }

 p { color: rgb(174,21,155); }

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

background-color css

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

 a { background-color: rgb(174,21,155); }

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

border-color css

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

 span { border-color: rgb(174,21,155); }

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