Html Css Color HEX #AE6192 Mountbatten Pink

📋 copy color: '#AE6192'

red 174 ◦ green 97 ◦ blue 146

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

Shades of Mountbatten Pink #AE6192

Tints of Mountbatten Pink #AE6192

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.26%

 BLUE value IS 146 (57.42% from 255) = 35.01%

R = 41.73%
G = 23.26%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AE6192 (or 0xAE6192) is known color: Mountbatten Pink. HEX triplet: AE, 61 and 92. RGB value is (174,97,146). Sum of RGB (Red+Green+Blue) = 174+97+146=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6192 is #519E6D. Grayscale: #7D7D7D. Windows color (decimal): -5348974 or 9593262. OLE color: 9593262.

HSL color Cylindrical-coordinate representation of color #AE6192: hue angle of 321.82º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE6192 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 97 146 -
CMYK 0 0.44 0.16 0.32
HSL 321.82º 0.32% 0.53% -
HSV(B) 321.82º 0.44% 0.68% -
XYZ 26.92 19.62 29.56 -
YUV 125.61 139.51 162.52 -
System Red Green Blue C M Y K H S L
Decimal 174 97 146 0 0.44 0.16 0.32 321.82 0.32 0.53
Hex AE 61 92 0 2C 10 20 142 20 35
Octal 256 141 222 0 54 20 40 502 40 65
Binary 10101110 1100001 10010010 0 101100 10000 100000 101000010 100000 110101

Color Harmonies of #AE6192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6192

Black with #AE6192

Text Example


Text Example

White with #AE6192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6192; }

 p { color: rgb(174,97,146); }

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

background-color css

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

 a { background-color: rgb(174,97,146); }

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

border-color css

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

 span { border-color: rgb(174,97,146); }

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