Html Css Color HEX #AE6490 Mountbatten Pink

📋 copy color: '#AE6490'

red 174 ◦ green 100 ◦ blue 144

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

Shades of Mountbatten Pink #AE6490

Tints of Mountbatten Pink #AE6490

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.92%

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

R = 41.63%
G = 23.92%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AE6490 (or 0xAE6490) is known color: Mountbatten Pink. HEX triplet: AE, 64 and 90. RGB value is (174,100,144). Sum of RGB (Red+Green+Blue) = 174+100+144=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6490 is #519B6F. Grayscale: #7F7F7F. Windows color (decimal): -5348208 or 9462958. OLE color: 9462958.

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

Color convert

RGB 174 100 144 -
CMYK 0 0.43 0.17 0.32
HSL 324.32º 0.31% 0.54% -
HSV(B) 324.32º 0.43% 0.68% -
XYZ 27.05 20.13 28.84 -
YUV 127.14 137.52 161.42 -
System Red Green Blue C M Y K H S L
Decimal 174 100 144 0 0.43 0.17 0.32 324.32 0.31 0.54
Hex AE 64 90 0 2B 11 20 144 1F 36
Octal 256 144 220 0 53 21 40 504 37 66
Binary 10101110 1100100 10010000 0 101011 10001 100000 101000100 11111 110110

Color Harmonies of #AE6490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6490

Black with #AE6490

Text Example


Text Example

White with #AE6490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6490; }

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

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

background-color css

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

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

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

border-color css

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

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

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