Html Css Color HEX #AE269D Medium Red Violet

📋 copy color: '#AE269D'

red 174 ◦ green 38 ◦ blue 157

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

Shades of Medium Red Violet #AE269D

Tints of Medium Red Violet #AE269D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.55%

R = 47.15%
G = 10.3%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE269D (or 0xAE269D) is known color: Medium Red Violet. HEX triplet: AE, 26 and 9D. RGB value is (174,38,157). Sum of RGB (Red+Green+Blue) = 174+38+157=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 38 (15.23% from 255 or 10.30% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE269D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE269D is #51D962. Grayscale: #5B5B5B. Windows color (decimal): -5364067 or 10299054. OLE color: 10299054.

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

Color convert

RGB 174 38 157 -
CMYK 0 0.78 0.10 0.32
HSL 307.5º 0.64% 0.42% -
HSV(B) 307.5º 0.78% 0.68% -
XYZ 24.23 12.82 33.1 -
YUV 92.23 164.56 186.32 -
System Red Green Blue C M Y K H S L
Decimal 174 38 157 0 0.78 0.10 0.32 307.5 0.64 0.42
Hex AE 26 9D 0 4E A 20 134 40 2A
Octal 256 46 235 0 116 12 40 464 100 52
Binary 10101110 100110 10011101 0 1001110 1010 100000 100110100 1000000 101010

Color Harmonies of #AE269D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE269D

Black with #AE269D

Text Example


Text Example

White with #AE269D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE269D; }

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

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

background-color css

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

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

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

border-color css

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

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

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