Html Css Color HEX #AE0082 Medium Violet Red

📋 copy color: '#AE0082'

red 174 ◦ green 0 ◦ blue 130

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

Shades of Medium Violet Red #AE0082

Tints of Medium Violet Red #AE0082

RGB

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

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

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

R = 57.24%
G = 0%
B = 42.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AE0082 (or 0xAE0082) is known color: Medium Violet Red. HEX triplet: AE, 00 and 82. RGB value is (174,0,130). Sum of RGB (Red+Green+Blue) = 174+0+130=304 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.24% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0082 is #51FF7D. Grayscale: #424242. Windows color (decimal): -5373822 or 8519854. OLE color: 8519854.

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

Color convert

RGB 174 0 130 -
CMYK 0 1 0.25 0.32
HSL 315.17º 1% 0.34% -
HSV(B) 315.17º 1% 0.68% -
XYZ 21.48 10.61 22.03 -
YUV 66.85 163.65 204.43 -
System Red Green Blue C M Y K H S L
Decimal 174 0 130 0 1 0.25 0.32 315.17 1 0.34
Hex AE 0 82 0 64 19 20 13B 64 22
Octal 256 0 202 0 144 31 40 473 144 42
Binary 10101110 0 10000010 0 1100100 11001 100000 100111011 1100100 100010

Color Harmonies of #AE0082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0082

Black with #AE0082

Text Example


Text Example

White with #AE0082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0082; }

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

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

background-color css

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

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

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

border-color css

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

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

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