Html Css Color HEX #A2788E Mountbatten Pink

📋 copy color: '#A2788E'

red 162 ◦ green 120 ◦ blue 142

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

Shades of Mountbatten Pink #A2788E

Tints of Mountbatten Pink #A2788E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.3%

 BLUE value IS 142 (55.86% from 255) = 33.49%

R = 38.21%
G = 28.3%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A2788E (or 0xA2788E) is known color: Mountbatten Pink. HEX triplet: A2, 78 and 8E. RGB value is (162,120,142). Sum of RGB (Red+Green+Blue) = 162+120+142=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 162 - color contains mainly: red. Hex color #A2788E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2788E is #5D8771. Grayscale: #878787. Windows color (decimal): -6129522 or 9336994. OLE color: 9336994.

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

Color convert

RGB 162 120 142 -
CMYK 0 0.26 0.12 0.36
HSL 328.57º 0.18% 0.55% -
HSV(B) 328.57º 0.26% 0.64% -
XYZ 26.5 23.07 28.65 -
YUV 135.07 131.91 147.21 -
System Red Green Blue C M Y K H S L
Decimal 162 120 142 0 0.26 0.12 0.36 328.57 0.18 0.55
Hex A2 78 8E 0 1A C 24 149 12 37
Octal 242 170 216 0 32 14 44 511 22 67
Binary 10100010 1111000 10001110 0 11010 1100 100100 101001001 10010 110111

Color Harmonies of #A2788E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2788E

Black with #A2788E

Text Example


Text Example

White with #A2788E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2788E; }

 p { color: rgb(162,120,142); }

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

background-color css

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

 a { background-color: rgb(162,120,142); }

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

border-color css

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

 span { border-color: rgb(162,120,142); }

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