Html Css Color HEX #A27490 Mountbatten Pink

📋 copy color: '#A27490'

red 162 ◦ green 116 ◦ blue 144

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

Shades of Mountbatten Pink #A27490

Tints of Mountbatten Pink #A27490

RGB

 RED value IS 162 (63.67% from 255) = 38.39%

 GREEN value IS 116 (45.7% from 255) = 27.49%

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

R = 38.39%
G = 27.49%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A27490 (or 0xA27490) is known color: Mountbatten Pink. HEX triplet: A2, 74 and 90. RGB value is (162,116,144). Sum of RGB (Red+Green+Blue) = 162+116+144=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 162 - color contains mainly: red. Hex color #A27490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27490 is #5D8B6F. Grayscale: #848484. Windows color (decimal): -6130544 or 9467042. OLE color: 9467042.

HSL color Cylindrical-coordinate representation of color #A27490: hue angle of 323.48º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A27490 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 116 144 -
CMYK 0 0.28 0.11 0.36
HSL 323.48º 0.2% 0.55% -
HSV(B) 323.48º 0.28% 0.64% -
XYZ 26.18 22.19 29.29 -
YUV 132.95 134.24 148.72 -
System Red Green Blue C M Y K H S L
Decimal 162 116 144 0 0.28 0.11 0.36 323.48 0.2 0.55
Hex A2 74 90 0 1C B 24 143 14 37
Octal 242 164 220 0 34 13 44 503 24 67
Binary 10100010 1110100 10010000 0 11100 1011 100100 101000011 10100 110111

Color Harmonies of #A27490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27490

Black with #A27490

Text Example


Text Example

White with #A27490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27490; }

 p { color: rgb(162,116,144); }

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

background-color css

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

 a { background-color: rgb(162,116,144); }

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

border-color css

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

 span { border-color: rgb(162,116,144); }

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