Html Css Color HEX #AE268D Medium Red Violet

📋 copy color: '#AE268D'

red 174 ◦ green 38 ◦ blue 141

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

Shades of Medium Red Violet #AE268D

Tints of Medium Red Violet #AE268D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.94%

R = 49.29%
G = 10.76%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AE268D (or 0xAE268D) is known color: Medium Red Violet. HEX triplet: AE, 26 and 8D. RGB value is (174,38,141). Sum of RGB (Red+Green+Blue) = 174+38+141=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE268D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE268D is #51D972. Grayscale: #5A5A5A. Windows color (decimal): -5364083 or 9250478. OLE color: 9250478.

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

Color convert

RGB 174 38 141 -
CMYK 0 0.78 0.19 0.32
HSL 314.56º 0.64% 0.42% -
HSV(B) 314.56º 0.78% 0.68% -
XYZ 22.96 12.31 26.37 -
YUV 90.41 156.56 187.62 -
System Red Green Blue C M Y K H S L
Decimal 174 38 141 0 0.78 0.19 0.32 314.56 0.64 0.42
Hex AE 26 8D 0 4E 13 20 13B 40 2A
Octal 256 46 215 0 116 23 40 473 100 52
Binary 10101110 100110 10001101 0 1001110 10011 100000 100111011 1000000 101010

Color Harmonies of #AE268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE268D

Black with #AE268D

Text Example


Text Example

White with #AE268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE268D; }

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

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

background-color css

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

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

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

border-color css

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

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

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