Html Css Color HEX #AE0286 Medium Violet Red

📋 copy color: '#AE0286'

red 174 ◦ green 2 ◦ blue 134

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

Shades of Medium Violet Red #AE0286

Tints of Medium Violet Red #AE0286

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

 BLUE value IS 134 (52.73% from 255) = 43.23%

R = 56.13%
G = 0.65%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AE0286 (or 0xAE0286) is known color: Medium Violet Red. HEX triplet: AE, 02 and 86. RGB value is (174,2,134). Sum of RGB (Red+Green+Blue) = 174+2+134=310 (41% of max value = 765). Red value is 174 (68.36% from 255 or 56.13% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0286 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0286 is #51FD79. Grayscale: #444444. Windows color (decimal): -5373306 or 8782510. OLE color: 8782510.

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

Color convert

RGB 174 2 134 -
CMYK 0 0.99 0.23 0.32
HSL 313.95º 0.98% 0.35% -
HSV(B) 313.95º 0.99% 0.68% -
XYZ 21.78 10.76 23.48 -
YUV 68.48 164.98 203.27 -
System Red Green Blue C M Y K H S L
Decimal 174 2 134 0 0.99 0.23 0.32 313.95 0.98 0.35
Hex AE 2 86 0 63 17 20 13A 62 23
Octal 256 2 206 0 143 27 40 472 142 43
Binary 10101110 10 10000110 0 1100011 10111 100000 100111010 1100010 100011

Color Harmonies of #AE0286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0286

Black with #AE0286

Text Example


Text Example

White with #AE0286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0286; }

 p { color: rgb(174,2,134); }

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

background-color css

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

 a { background-color: rgb(174,2,134); }

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

border-color css

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

 span { border-color: rgb(174,2,134); }

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