Html Css Color HEX #A4768E Mountbatten Pink

📋 copy color: '#A4768E'

red 164 ◦ green 118 ◦ blue 142

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

Shades of Mountbatten Pink #A4768E

Tints of Mountbatten Pink #A4768E

RGB

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

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

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

R = 38.68%
G = 27.83%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A4768E (or 0xA4768E) is known color: Mountbatten Pink. HEX triplet: A4, 76 and 8E. RGB value is (164,118,142). Sum of RGB (Red+Green+Blue) = 164+118+142=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 164 - color contains mainly: red. Hex color #A4768E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4768E is #5B8971. Grayscale: #868686. Windows color (decimal): -5998962 or 9336484. OLE color: 9336484.

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

Color convert

RGB 164 118 142 -
CMYK 0 0.28 0.13 0.36
HSL 328.7º 0.2% 0.55% -
HSV(B) 328.7º 0.28% 0.64% -
XYZ 26.67 22.8 28.59 -
YUV 134.49 132.24 149.05 -
System Red Green Blue C M Y K H S L
Decimal 164 118 142 0 0.28 0.13 0.36 328.7 0.2 0.55
Hex A4 76 8E 0 1C D 24 149 14 37
Octal 244 166 216 0 34 15 44 511 24 67
Binary 10100100 1110110 10001110 0 11100 1101 100100 101001001 10100 110111

Color Harmonies of #A4768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4768E

Black with #A4768E

Text Example


Text Example

White with #A4768E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4768E; }

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

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

background-color css

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

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

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

border-color css

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

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

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