Html Css Color HEX #A2768C Mountbatten Pink

📋 copy color: '#A2768C'

red 162 ◦ green 118 ◦ blue 140

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

Shades of Mountbatten Pink #A2768C

Tints of Mountbatten Pink #A2768C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.1%

 BLUE value IS 140 (55.08% from 255) = 33.33%

R = 38.57%
G = 28.1%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A2768C (or 0xA2768C) is known color: Mountbatten Pink. HEX triplet: A2, 76 and 8C. RGB value is (162,118,140). Sum of RGB (Red+Green+Blue) = 162+118+140=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 162 - color contains mainly: red. Hex color #A2768C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2768C is #5D8973. Grayscale: #858585. Windows color (decimal): -6130036 or 9205410. OLE color: 9205410.

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

Color convert

RGB 162 118 140 -
CMYK 0 0.27 0.14 0.36
HSL 330º 0.19% 0.55% -
HSV(B) 330º 0.27% 0.64% -
XYZ 26.11 22.53 27.78 -
YUV 133.66 131.58 148.21 -
System Red Green Blue C M Y K H S L
Decimal 162 118 140 0 0.27 0.14 0.36 330 0.19 0.55
Hex A2 76 8C 0 1B E 24 14A 13 37
Octal 242 166 214 0 33 16 44 512 23 67
Binary 10100010 1110110 10001100 0 11011 1110 100100 101001010 10011 110111

Color Harmonies of #A2768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2768C

Black with #A2768C

Text Example


Text Example

White with #A2768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2768C; }

 p { color: rgb(162,118,140); }

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

background-color css

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

 a { background-color: rgb(162,118,140); }

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

border-color css

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

 span { border-color: rgb(162,118,140); }

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