Html Css Color HEX #AE269F Medium Red Violet

📋 copy color: '#AE269F'

red 174 ◦ green 38 ◦ blue 159

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

Shades of Medium Red Violet #AE269F

Tints of Medium Red Violet #AE269F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.86%

R = 46.9%
G = 10.24%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AE269F (or 0xAE269F) is known color: Medium Red Violet. HEX triplet: AE, 26 and 9F. RGB value is (174,38,159). Sum of RGB (Red+Green+Blue) = 174+38+159=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AE269F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE269F is #51D960. Grayscale: #5C5C5C. Windows color (decimal): -5364065 or 10430126. OLE color: 10430126.

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

Color convert

RGB 174 38 159 -
CMYK 0 0.78 0.09 0.32
HSL 306.62º 0.64% 0.42% -
HSV(B) 306.62º 0.78% 0.68% -
XYZ 24.41 12.89 34 -
YUV 92.46 165.56 186.16 -
System Red Green Blue C M Y K H S L
Decimal 174 38 159 0 0.78 0.09 0.32 306.62 0.64 0.42
Hex AE 26 9F 0 4E 9 20 133 40 2A
Octal 256 46 237 0 116 11 40 463 100 52
Binary 10101110 100110 10011111 0 1001110 1001 100000 100110011 1000000 101010

Color Harmonies of #AE269F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE269F

Black with #AE269F

Text Example


Text Example

White with #AE269F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE269F; }

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

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

background-color css

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

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

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

border-color css

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

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

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