Html Css Color HEX #A4768C Mountbatten Pink

📋 copy color: '#A4768C'

red 164 ◦ green 118 ◦ blue 140

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

Shades of Mountbatten Pink #A4768C

Tints of Mountbatten Pink #A4768C

RGB

 RED value IS 164 (64.45% from 255) = 38.86%

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

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

R = 38.86%
G = 27.96%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A4768C (or 0xA4768C) is known color: Mountbatten Pink. HEX triplet: A4, 76 and 8C. RGB value is (164,118,140). Sum of RGB (Red+Green+Blue) = 164+118+140=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 164 - color contains mainly: red. Hex color #A4768C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4768C is #5B8973. Grayscale: #868686. Windows color (decimal): -5998964 or 9205412. OLE color: 9205412.

HSL color Cylindrical-coordinate representation of color #A4768C: hue angle of 331.3º 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 #A4768C is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 118 140 -
CMYK 0 0.28 0.15 0.36
HSL 331.3º 0.2% 0.55% -
HSV(B) 331.3º 0.28% 0.64% -
XYZ 26.52 22.74 27.8 -
YUV 134.26 131.24 149.21 -
System Red Green Blue C M Y K H S L
Decimal 164 118 140 0 0.28 0.15 0.36 331.3 0.2 0.55
Hex A4 76 8C 0 1C F 24 14B 14 37
Octal 244 166 214 0 34 17 44 513 24 67
Binary 10100100 1110110 10001100 0 11100 1111 100100 101001011 10100 110111

Color Harmonies of #A4768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4768C

Black with #A4768C

Text Example


Text Example

White with #A4768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4768C; }

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

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

background-color css

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

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

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

border-color css

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

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

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