Html Css Color HEX #AE256E Medium Red Violet

📋 copy color: '#AE256E'

red 174 ◦ green 37 ◦ blue 110

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

Shades of Medium Red Violet #AE256E

Tints of Medium Red Violet #AE256E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.53%

 BLUE value IS 110 (43.36% from 255) = 34.27%

R = 54.21%
G = 11.53%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AE256E (or 0xAE256E) is known color: Medium Red Violet. HEX triplet: AE, 25 and 6E. RGB value is (174,37,110). Sum of RGB (Red+Green+Blue) = 174+37+110=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE256E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE256E is #51DA91. Grayscale: #565656. Windows color (decimal): -5364370 or 7218606. OLE color: 7218606.

HSL color Cylindrical-coordinate representation of color #AE256E: hue angle of 328.03º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE256E is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 37 110 -
CMYK 0 0.79 0.37 0.32
HSL 328.03º 0.65% 0.41% -
HSV(B) 328.03º 0.79% 0.68% -
XYZ 20.93 11.45 15.86 -
YUV 86.29 141.39 190.56 -
System Red Green Blue C M Y K H S L
Decimal 174 37 110 0 0.79 0.37 0.32 328.03 0.65 0.41
Hex AE 25 6E 0 4F 25 20 148 41 29
Octal 256 45 156 0 117 45 40 510 101 51
Binary 10101110 100101 1101110 0 1001111 100101 100000 101001000 1000001 101001

Color Harmonies of #AE256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE256E

Black with #AE256E

Text Example


Text Example

White with #AE256E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE256E; }

 p { color: rgb(174,37,110); }

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

background-color css

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

 a { background-color: rgb(174,37,110); }

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

border-color css

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

 span { border-color: rgb(174,37,110); }

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