Html Css Color HEX #A8688F Mountbatten Pink

📋 copy color: '#A8688F'

red 168 ◦ green 104 ◦ blue 143

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

Shades of Mountbatten Pink #A8688F

Tints of Mountbatten Pink #A8688F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.46%

R = 40.48%
G = 25.06%
B = 34.46%

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

#A8688F (or 0xA8688F) is known color: Mountbatten Pink. HEX triplet: A8, 68 and 8F. RGB value is (168,104,143). Sum of RGB (Red+Green+Blue) = 168+104+143=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 168 - color contains mainly: red. Hex color #A8688F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8688F is #579770. Grayscale: #7F7F7F. Windows color (decimal): -5740401 or 9398440. OLE color: 9398440.

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

Color convert

RGB 168 104 143 -
CMYK 0 0.38 0.15 0.34
HSL 323.44º 0.27% 0.53% -
HSV(B) 323.44º 0.38% 0.66% -
XYZ 26.06 20.21 28.51 -
YUV 127.58 136.7 156.83 -
System Red Green Blue C M Y K H S L
Decimal 168 104 143 0 0.38 0.15 0.34 323.44 0.27 0.53
Hex A8 68 8F 0 26 F 22 143 1B 35
Octal 250 150 217 0 46 17 42 503 33 65
Binary 10101000 1101000 10001111 0 100110 1111 100010 101000011 11011 110101

Color Harmonies of #A8688F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8688F

Black with #A8688F

Text Example


Text Example

White with #A8688F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8688F; }

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

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

background-color css

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

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

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

border-color css

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

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

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