Html Css Color HEX #AE087D Medium Violet Red

📋 copy color: '#AE087D'

red 174 ◦ green 8 ◦ blue 125

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

Shades of Medium Violet Red #AE087D

Tints of Medium Violet Red #AE087D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.61%

 BLUE value IS 125 (49.22% from 255) = 40.72%

R = 56.68%
G = 2.61%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE087D (or 0xAE087D) is known color: Medium Violet Red. HEX triplet: AE, 08 and 7D. RGB value is (174,8,125). Sum of RGB (Red+Green+Blue) = 174+8+125=307 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.68% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 174 - color contains mainly: red. Hex color #AE087D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE087D is #51F782. Grayscale: #464646. Windows color (decimal): -5371779 or 8194222. OLE color: 8194222.

HSL color Cylindrical-coordinate representation of color #AE087D: hue angle of 317.71º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE087D is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 8 125 -
CMYK 0 0.95 0.28 0.32
HSL 317.71º 0.91% 0.36% -
HSV(B) 317.71º 0.95% 0.68% -
XYZ 21.24 10.65 20.34 -
YUV 70.97 158.5 201.49 -
System Red Green Blue C M Y K H S L
Decimal 174 8 125 0 0.95 0.28 0.32 317.71 0.91 0.36
Hex AE 8 7D 0 5F 1C 20 13E 5B 24
Octal 256 10 175 0 137 34 40 476 133 44
Binary 10101110 1000 1111101 0 1011111 11100 100000 100111110 1011011 100100

Color Harmonies of #AE087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE087D

Black with #AE087D

Text Example


Text Example

White with #AE087D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE087D; }

 p { color: rgb(174,8,125); }

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

background-color css

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

 a { background-color: rgb(174,8,125); }

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

border-color css

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

 span { border-color: rgb(174,8,125); }

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