Html Css Color HEX #AE6590 Mountbatten Pink

📋 copy color: '#AE6590'

red 174 ◦ green 101 ◦ blue 144

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

Shades of Mountbatten Pink #AE6590

Tints of Mountbatten Pink #AE6590

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.11%

 BLUE value IS 144 (56.64% from 255) = 34.37%

R = 41.53%
G = 24.11%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AE6590 (or 0xAE6590) is known color: Mountbatten Pink. HEX triplet: AE, 65 and 90. RGB value is (174,101,144). Sum of RGB (Red+Green+Blue) = 174+101+144=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6590 is #519A6F. Grayscale: #7F7F7F. Windows color (decimal): -5347952 or 9463214. OLE color: 9463214.

HSL color Cylindrical-coordinate representation of color #AE6590: hue angle of 324.66º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AE6590 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 101 144 -
CMYK 0 0.42 0.17 0.32
HSL 324.66º 0.31% 0.54% -
HSV(B) 324.66º 0.42% 0.68% -
XYZ 27.14 20.32 28.88 -
YUV 127.73 137.18 161 -
System Red Green Blue C M Y K H S L
Decimal 174 101 144 0 0.42 0.17 0.32 324.66 0.31 0.54
Hex AE 65 90 0 2A 11 20 145 1F 36
Octal 256 145 220 0 52 21 40 505 37 66
Binary 10101110 1100101 10010000 0 101010 10001 100000 101000101 11111 110110

Color Harmonies of #AE6590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6590

Black with #AE6590

Text Example


Text Example

White with #AE6590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6590; }

 p { color: rgb(174,101,144); }

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

background-color css

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

 a { background-color: rgb(174,101,144); }

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

border-color css

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

 span { border-color: rgb(174,101,144); }

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