Html Css Color HEX #AE468A Medium Red Violet

📋 copy color: '#AE468A'

red 174 ◦ green 70 ◦ blue 138

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

Shades of Medium Red Violet #AE468A

Tints of Medium Red Violet #AE468A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.32%

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

R = 45.55%
G = 18.32%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AE468A (or 0xAE468A) is known color: Medium Red Violet. HEX triplet: AE, 46 and 8A. RGB value is (174,70,138). Sum of RGB (Red+Green+Blue) = 174+70+138=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AE468A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE468A is #51B975. Grayscale: #6C6C6C. Windows color (decimal): -5355894 or 9062062. OLE color: 9062062.

HSL color Cylindrical-coordinate representation of color #AE468A: hue angle of 320.77º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE468A is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 70 138 -
CMYK 0 0.60 0.21 0.32
HSL 320.77º 0.43% 0.48% -
HSV(B) 320.77º 0.6% 0.68% -
XYZ 24.23 15.21 25.7 -
YUV 108.85 144.46 174.47 -
System Red Green Blue C M Y K H S L
Decimal 174 70 138 0 0.60 0.21 0.32 320.77 0.43 0.48
Hex AE 46 8A 0 3C 15 20 141 2B 30
Octal 256 106 212 0 74 25 40 501 53 60
Binary 10101110 1000110 10001010 0 111100 10101 100000 101000001 101011 110000

Color Harmonies of #AE468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE468A

Black with #AE468A

Text Example


Text Example

White with #AE468A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE468A; }

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

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

background-color css

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

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

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

border-color css

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

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

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