Html Css Color HEX #A8688E Mountbatten Pink

📋 copy color: '#A8688E'

red 168 ◦ green 104 ◦ blue 142

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

Shades of Mountbatten Pink #A8688E

Tints of Mountbatten Pink #A8688E

RGB

 RED value IS 168 (66.02% from 255) = 40.58%

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

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

R = 40.58%
G = 25.12%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A8688E (or 0xA8688E) is known color: Mountbatten Pink. HEX triplet: A8, 68 and 8E. RGB value is (168,104,142). Sum of RGB (Red+Green+Blue) = 168+104+142=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 168 - color contains mainly: red. Hex color #A8688E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8688E is #579771. Grayscale: #7F7F7F. Windows color (decimal): -5740402 or 9332904. OLE color: 9332904.

HSL color Cylindrical-coordinate representation of color #A8688E: hue angle of 324.38º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8688E is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 104 142 -
CMYK 0 0.38 0.15 0.34
HSL 324.38º 0.27% 0.53% -
HSV(B) 324.38º 0.38% 0.66% -
XYZ 25.98 20.18 28.12 -
YUV 127.47 136.2 156.91 -
System Red Green Blue C M Y K H S L
Decimal 168 104 142 0 0.38 0.15 0.34 324.38 0.27 0.53
Hex A8 68 8E 0 26 F 22 144 1B 35
Octal 250 150 216 0 46 17 42 504 33 65
Binary 10101000 1101000 10001110 0 100110 1111 100010 101000100 11011 110101

Color Harmonies of #A8688E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8688E

Black with #A8688E

Text Example


Text Example

White with #A8688E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8688E; }

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

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

background-color css

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

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

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

border-color css

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

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

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