Html Css Color HEX #AE008B Medium Violet Red

📋 copy color: '#AE008B'

red 174 ◦ green 0 ◦ blue 139

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

Shades of Medium Violet Red #AE008B

Tints of Medium Violet Red #AE008B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 139 (54.69% from 255) = 44.41%

R = 55.59%
G = 0%
B = 44.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE008B (or 0xAE008B) is known color: Medium Violet Red. HEX triplet: AE, 00 and 8B. RGB value is (174,0,139). Sum of RGB (Red+Green+Blue) = 174+0+139=313 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.59% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 174 - color contains mainly: red. Hex color #AE008B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE008B is #51FF74. Grayscale: #434343. Windows color (decimal): -5373813 or 9109678. OLE color: 9109678.

HSL color Cylindrical-coordinate representation of color #AE008B: hue angle of 312.07º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE008B is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 0 139 -
CMYK 0 1 0.20 0.32
HSL 312.07º 1% 0.34% -
HSV(B) 312.07º 1% 0.68% -
XYZ 22.12 10.86 25.36 -
YUV 67.87 168.15 203.7 -
System Red Green Blue C M Y K H S L
Decimal 174 0 139 0 1 0.20 0.32 312.07 1 0.34
Hex AE 0 8B 0 64 14 20 138 64 22
Octal 256 0 213 0 144 24 40 470 144 42
Binary 10101110 0 10001011 0 1100100 10100 100000 100111000 1100100 100010

Color Harmonies of #AE008B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE008B

Black with #AE008B

Text Example


Text Example

White with #AE008B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE008B; }

 p { color: rgb(174,0,139); }

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

background-color css

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

 a { background-color: rgb(174,0,139); }

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

border-color css

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

 span { border-color: rgb(174,0,139); }

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