Html Css Color HEX #AE268A Medium Red Violet

📋 copy color: '#AE268A'

red 174 ◦ green 38 ◦ blue 138

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

Shades of Medium Red Violet #AE268A

Tints of Medium Red Violet #AE268A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.43%

R = 49.71%
G = 10.86%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AE268A (or 0xAE268A) is known color: Medium Red Violet. HEX triplet: AE, 26 and 8A. RGB value is (174,38,138). Sum of RGB (Red+Green+Blue) = 174+38+138=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE268A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE268A is #51D975. Grayscale: #595959. Windows color (decimal): -5364086 or 9053870. OLE color: 9053870.

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

Color convert

RGB 174 38 138 -
CMYK 0 0.78 0.21 0.32
HSL 315.88º 0.64% 0.42% -
HSV(B) 315.88º 0.78% 0.68% -
XYZ 22.74 12.22 25.21 -
YUV 90.06 155.06 187.87 -
System Red Green Blue C M Y K H S L
Decimal 174 38 138 0 0.78 0.21 0.32 315.88 0.64 0.42
Hex AE 26 8A 0 4E 15 20 13C 40 2A
Octal 256 46 212 0 116 25 40 474 100 52
Binary 10101110 100110 10001010 0 1001110 10101 100000 100111100 1000000 101010

Color Harmonies of #AE268A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE268A

Black with #AE268A

Text Example


Text Example

White with #AE268A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE268A; }

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

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

background-color css

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

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

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

border-color css

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

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

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