Html Css Color HEX #AE4085 Medium Red Violet

📋 copy color: '#AE4085'

red 174 ◦ green 64 ◦ blue 133

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

Shades of Medium Red Violet #AE4085

Tints of Medium Red Violet #AE4085

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.25%

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

R = 46.9%
G = 17.25%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AE4085 (or 0xAE4085) is known color: Medium Red Violet. HEX triplet: AE, 40 and 85. RGB value is (174,64,133). Sum of RGB (Red+Green+Blue) = 174+64+133=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4085 is #51BF7A. Grayscale: #686868. Windows color (decimal): -5357435 or 8732846. OLE color: 8732846.

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

Color convert

RGB 174 64 133 -
CMYK 0 0.63 0.24 0.32
HSL 322.36º 0.46% 0.47% -
HSV(B) 322.36º 0.63% 0.68% -
XYZ 23.52 14.36 23.72 -
YUV 104.76 143.94 177.39 -
System Red Green Blue C M Y K H S L
Decimal 174 64 133 0 0.63 0.24 0.32 322.36 0.46 0.47
Hex AE 40 85 0 3F 18 20 142 2E 2F
Octal 256 100 205 0 77 30 40 502 56 57
Binary 10101110 1000000 10000101 0 111111 11000 100000 101000010 101110 101111

Color Harmonies of #AE4085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4085

Black with #AE4085

Text Example


Text Example

White with #AE4085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4085; }

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

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

background-color css

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

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

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

border-color css

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

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

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