Html Css Color HEX #AE0085 Medium Violet Red

📋 copy color: '#AE0085'

red 174 ◦ green 0 ◦ blue 133

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

Shades of Medium Violet Red #AE0085

Tints of Medium Violet Red #AE0085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 43.32%

R = 56.68%
G = 0%
B = 43.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AE0085 (or 0xAE0085) is known color: Medium Violet Red. HEX triplet: AE, 00 and 85. RGB value is (174,0,133). Sum of RGB (Red+Green+Blue) = 174+0+133=307 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.68% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0085 is #51FF7A. Grayscale: #424242. Windows color (decimal): -5373819 or 8716462. OLE color: 8716462.

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

Color convert

RGB 174 0 133 -
CMYK 0 1 0.24 0.32
HSL 314.14º 1% 0.34% -
HSV(B) 314.14º 1% 0.68% -
XYZ 21.69 10.69 23.11 -
YUV 67.19 165.15 204.19 -
System Red Green Blue C M Y K H S L
Decimal 174 0 133 0 1 0.24 0.32 314.14 1 0.34
Hex AE 0 85 0 64 18 20 13A 64 22
Octal 256 0 205 0 144 30 40 472 144 42
Binary 10101110 0 10000101 0 1100100 11000 100000 100111010 1100100 100010

Color Harmonies of #AE0085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0085

Black with #AE0085

Text Example


Text Example

White with #AE0085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0085; }

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

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

background-color css

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

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

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

border-color css

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

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

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