Html Css Color HEX #AE267D Medium Red Violet

📋 copy color: '#AE267D'

red 174 ◦ green 38 ◦ blue 125

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

Shades of Medium Red Violet #AE267D

Tints of Medium Red Violet #AE267D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.28%

 BLUE value IS 125 (49.22% from 255) = 37.09%

R = 51.63%
G = 11.28%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE267D (or 0xAE267D) is known color: Medium Red Violet. HEX triplet: AE, 26 and 7D. RGB value is (174,38,125). Sum of RGB (Red+Green+Blue) = 174+38+125=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE267D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE267D is #51D982. Grayscale: #585858. Windows color (decimal): -5364099 or 8201902. OLE color: 8201902.

HSL color Cylindrical-coordinate representation of color #AE267D: hue angle of 321.62º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE267D is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 38 125 -
CMYK 0 0.78 0.28 0.32
HSL 321.62º 0.64% 0.42% -
HSV(B) 321.62º 0.78% 0.68% -
XYZ 21.85 11.87 20.54 -
YUV 88.58 148.56 188.93 -
System Red Green Blue C M Y K H S L
Decimal 174 38 125 0 0.78 0.28 0.32 321.62 0.64 0.42
Hex AE 26 7D 0 4E 1C 20 142 40 2A
Octal 256 46 175 0 116 34 40 502 100 52
Binary 10101110 100110 1111101 0 1001110 11100 100000 101000010 1000000 101010

Color Harmonies of #AE267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE267D

Black with #AE267D

Text Example


Text Example

White with #AE267D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE267D; }

 p { color: rgb(174,38,125); }

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

background-color css

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

 a { background-color: rgb(174,38,125); }

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

border-color css

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

 span { border-color: rgb(174,38,125); }

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