Html Css Color HEX #AE0182 Medium Violet Red

📋 copy color: '#AE0182'

red 174 ◦ green 1 ◦ blue 130

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

Shades of Medium Violet Red #AE0182

Tints of Medium Violet Red #AE0182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 42.62%

R = 57.05%
G = 0.33%
B = 42.62%

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

#AE0182 (or 0xAE0182) is known color: Medium Violet Red. HEX triplet: AE, 01 and 82. RGB value is (174,1,130). Sum of RGB (Red+Green+Blue) = 174+1+130=305 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.05% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0182 is #51FE7D. Grayscale: #434343. Windows color (decimal): -5373566 or 8520110. OLE color: 8520110.

HSL color Cylindrical-coordinate representation of color #AE0182: hue angle of 315.26º 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 #AE0182 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 1 130 -
CMYK 0 0.99 0.25 0.32
HSL 315.26º 0.99% 0.34% -
HSV(B) 315.26º 0.99% 0.68% -
XYZ 21.5 10.63 22.04 -
YUV 67.43 163.31 204.01 -
System Red Green Blue C M Y K H S L
Decimal 174 1 130 0 0.99 0.25 0.32 315.26 0.99 0.34
Hex AE 1 82 0 63 19 20 13B 63 22
Octal 256 1 202 0 143 31 40 473 143 42
Binary 10101110 1 10000010 0 1100011 11001 100000 100111011 1100011 100010

Color Harmonies of #AE0182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0182

Black with #AE0182

Text Example


Text Example

White with #AE0182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0182; }

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

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

background-color css

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

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

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

border-color css

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

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

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