Html Css Color HEX #AE0F8F Medium Violet Red

📋 copy color: '#AE0F8F'

red 174 ◦ green 15 ◦ blue 143

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

Shades of Medium Violet Red #AE0F8F

Tints of Medium Violet Red #AE0F8F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.52%

 BLUE value IS 143 (56.25% from 255) = 43.07%

R = 52.41%
G = 4.52%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE0F8F (or 0xAE0F8F) is known color: Medium Violet Red. HEX triplet: AE, 0F and 8F. RGB value is (174,15,143). Sum of RGB (Red+Green+Blue) = 174+15+143=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 15 (6.25% from 255 or 4.52% from 332); Blue value is 143 (56.25% from 255 or 43.07% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0F8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0F8F is #51F070. Grayscale: #4C4C4C. Windows color (decimal): -5369969 or 9375662. OLE color: 9375662.

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

Color convert

RGB 174 15 143 -
CMYK 0 0.91 0.18 0.32
HSL 311.7º 0.84% 0.37% -
HSV(B) 311.7º 0.91% 0.68% -
XYZ 22.58 11.32 26.98 -
YUV 77.13 165.18 197.09 -
System Red Green Blue C M Y K H S L
Decimal 174 15 143 0 0.91 0.18 0.32 311.7 0.84 0.37
Hex AE F 8F 0 5B 12 20 138 54 25
Octal 256 17 217 0 133 22 40 470 124 45
Binary 10101110 1111 10001111 0 1011011 10010 100000 100111000 1010100 100101

Color Harmonies of #AE0F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0F8F

Black with #AE0F8F

Text Example


Text Example

White with #AE0F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0F8F; }

 p { color: rgb(174,15,143); }

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

background-color css

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

 a { background-color: rgb(174,15,143); }

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

border-color css

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

 span { border-color: rgb(174,15,143); }

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