Html Css Color HEX #A27990 Mountbatten Pink

📋 copy color: '#A27990'

red 162 ◦ green 121 ◦ blue 144

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

Shades of Mountbatten Pink #A27990

Tints of Mountbatten Pink #A27990

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.34%

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

R = 37.94%
G = 28.34%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A27990 (or 0xA27990) is known color: Mountbatten Pink. HEX triplet: A2, 79 and 90. RGB value is (162,121,144). Sum of RGB (Red+Green+Blue) = 162+121+144=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 162 - color contains mainly: red. Hex color #A27990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27990 is #5D866F. Grayscale: #878787. Windows color (decimal): -6129264 or 9468322. OLE color: 9468322.

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

Color convert

RGB 162 121 144 -
CMYK 0 0.25 0.11 0.36
HSL 326.34º 0.18% 0.55% -
HSV(B) 326.34º 0.25% 0.64% -
XYZ 26.77 23.37 29.49 -
YUV 135.88 132.58 146.63 -
System Red Green Blue C M Y K H S L
Decimal 162 121 144 0 0.25 0.11 0.36 326.34 0.18 0.55
Hex A2 79 90 0 19 B 24 146 12 37
Octal 242 171 220 0 31 13 44 506 22 67
Binary 10100010 1111001 10010000 0 11001 1011 100100 101000110 10010 110111

Color Harmonies of #A27990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27990

Black with #A27990

Text Example


Text Example

White with #A27990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27990; }

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

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

background-color css

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

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

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

border-color css

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

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

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