Html Css Color HEX #A4688E Mountbatten Pink

📋 copy color: '#A4688E'

red 164 ◦ green 104 ◦ blue 142

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

Shades of Mountbatten Pink #A4688E

Tints of Mountbatten Pink #A4688E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.37%

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

R = 40%
G = 25.37%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A4688E (or 0xA4688E) is known color: Mountbatten Pink. HEX triplet: A4, 68 and 8E. RGB value is (164,104,142). Sum of RGB (Red+Green+Blue) = 164+104+142=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A4688E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4688E is #5B9771. Grayscale: #7E7E7E. Windows color (decimal): -6002546 or 9332900. OLE color: 9332900.

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

Color convert

RGB 164 104 142 -
CMYK 0 0.37 0.13 0.36
HSL 322º 0.25% 0.53% -
HSV(B) 322º 0.37% 0.64% -
XYZ 25.14 19.75 28.08 -
YUV 126.27 136.88 154.91 -
System Red Green Blue C M Y K H S L
Decimal 164 104 142 0 0.37 0.13 0.36 322 0.25 0.53
Hex A4 68 8E 0 25 D 24 142 19 35
Octal 244 150 216 0 45 15 44 502 31 65
Binary 10100100 1101000 10001110 0 100101 1101 100100 101000010 11001 110101

Color Harmonies of #A4688E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4688E

Black with #A4688E

Text Example


Text Example

White with #A4688E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4688E; }

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

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

background-color css

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

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

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

border-color css

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

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

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