Html Css Color HEX #AE0183 Medium Violet Red

📋 copy color: '#AE0183'

red 174 ◦ green 1 ◦ blue 131

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

Shades of Medium Violet Red #AE0183

Tints of Medium Violet Red #AE0183

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 131 (51.56% from 255) = 42.81%

R = 56.86%
G = 0.33%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AE0183 (or 0xAE0183) is known color: Medium Violet Red. HEX triplet: AE, 01 and 83. RGB value is (174,1,131). Sum of RGB (Red+Green+Blue) = 174+1+131=306 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.86% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 131 (51.56% from 255 or 42.81% from 306); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0183 is #51FE7C. Grayscale: #434343. Windows color (decimal): -5373565 or 8585646. OLE color: 8585646.

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

Color convert

RGB 174 1 131 -
CMYK 0 0.99 0.25 0.32
HSL 314.91º 0.99% 0.34% -
HSV(B) 314.91º 0.99% 0.68% -
XYZ 21.56 10.66 22.39 -
YUV 67.55 163.81 203.93 -
System Red Green Blue C M Y K H S L
Decimal 174 1 131 0 0.99 0.25 0.32 314.91 0.99 0.34
Hex AE 1 83 0 63 19 20 13B 63 22
Octal 256 1 203 0 143 31 40 473 143 42
Binary 10101110 1 10000011 0 1100011 11001 100000 100111011 1100011 100010

Color Harmonies of #AE0183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0183

Black with #AE0183

Text Example


Text Example

White with #AE0183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0183; }

 p { color: rgb(174,1,131); }

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

background-color css

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

 a { background-color: rgb(174,1,131); }

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

border-color css

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

 span { border-color: rgb(174,1,131); }

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