Html Css Color HEX #AE268B Medium Red Violet

📋 copy color: '#AE268B'

red 174 ◦ green 38 ◦ blue 139

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

Shades of Medium Red Violet #AE268B

Tints of Medium Red Violet #AE268B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.6%

R = 49.57%
G = 10.83%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE268B (or 0xAE268B) is known color: Medium Red Violet. HEX triplet: AE, 26 and 8B. RGB value is (174,38,139). Sum of RGB (Red+Green+Blue) = 174+38+139=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 38 (15.23% from 255 or 10.83% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE268B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE268B is #51D974. Grayscale: #595959. Windows color (decimal): -5364085 or 9119406. OLE color: 9119406.

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

Color convert

RGB 174 38 139 -
CMYK 0 0.78 0.20 0.32
HSL 315.44º 0.64% 0.42% -
HSV(B) 315.44º 0.78% 0.68% -
XYZ 22.81 12.25 25.59 -
YUV 90.18 155.56 187.79 -
System Red Green Blue C M Y K H S L
Decimal 174 38 139 0 0.78 0.20 0.32 315.44 0.64 0.42
Hex AE 26 8B 0 4E 14 20 13B 40 2A
Octal 256 46 213 0 116 24 40 473 100 52
Binary 10101110 100110 10001011 0 1001110 10100 100000 100111011 1000000 101010

Color Harmonies of #AE268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE268B

Black with #AE268B

Text Example


Text Example

White with #AE268B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE268B; }

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

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

background-color css

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

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

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

border-color css

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

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

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