Html Css Color HEX #AE0281 Medium Violet Red

📋 copy color: '#AE0281'

red 174 ◦ green 2 ◦ blue 129

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

Shades of Medium Violet Red #AE0281

Tints of Medium Violet Red #AE0281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 42.3%

R = 57.05%
G = 0.66%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AE0281 (or 0xAE0281) is known color: Medium Violet Red. HEX triplet: AE, 02 and 81. RGB value is (174,2,129). Sum of RGB (Red+Green+Blue) = 174+2+129=305 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.05% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0281 is #51FD7E. Grayscale: #434343. Windows color (decimal): -5373311 or 8454830. OLE color: 8454830.

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

Color convert

RGB 174 2 129 -
CMYK 0 0.99 0.26 0.32
HSL 315.7º 0.98% 0.35% -
HSV(B) 315.7º 0.99% 0.68% -
XYZ 21.44 10.63 21.69 -
YUV 67.91 162.48 203.67 -
System Red Green Blue C M Y K H S L
Decimal 174 2 129 0 0.99 0.26 0.32 315.7 0.98 0.35
Hex AE 2 81 0 63 1A 20 13C 62 23
Octal 256 2 201 0 143 32 40 474 142 43
Binary 10101110 10 10000001 0 1100011 11010 100000 100111100 1100010 100011

Color Harmonies of #AE0281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0281

Black with #AE0281

Text Example


Text Example

White with #AE0281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0281; }

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

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

background-color css

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

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

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

border-color css

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

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

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