Html Css Color HEX #AE0385 Medium Violet Red

📋 copy color: '#AE0385'

red 174 ◦ green 3 ◦ blue 133

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

Shades of Medium Violet Red #AE0385

Tints of Medium Violet Red #AE0385

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.97%

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

R = 56.13%
G = 0.97%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AE0385 (or 0xAE0385) is known color: Medium Violet Red. HEX triplet: AE, 03 and 85. RGB value is (174,3,133). Sum of RGB (Red+Green+Blue) = 174+3+133=310 (41% of max value = 765). Red value is 174 (68.36% from 255 or 56.13% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0385 is #51FC7A. Grayscale: #444444. Windows color (decimal): -5373051 or 8717230. OLE color: 8717230.

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

Color convert

RGB 174 3 133 -
CMYK 0 0.98 0.24 0.32
HSL 314.39º 0.97% 0.35% -
HSV(B) 314.39º 0.98% 0.68% -
XYZ 21.72 10.76 23.12 -
YUV 68.95 164.15 202.93 -
System Red Green Blue C M Y K H S L
Decimal 174 3 133 0 0.98 0.24 0.32 314.39 0.97 0.35
Hex AE 3 85 0 62 18 20 13A 61 23
Octal 256 3 205 0 142 30 40 472 141 43
Binary 10101110 11 10000101 0 1100010 11000 100000 100111010 1100001 100011

Color Harmonies of #AE0385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0385

Black with #AE0385

Text Example


Text Example

White with #AE0385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0385; }

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

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

background-color css

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

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

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

border-color css

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

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

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