Html Css Color HEX #A8758D Mountbatten Pink

📋 copy color: '#A8758D'

red 168 ◦ green 117 ◦ blue 141

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

Shades of Mountbatten Pink #A8758D

Tints of Mountbatten Pink #A8758D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.46%

 BLUE value IS 141 (55.47% from 255) = 33.1%

R = 39.44%
G = 27.46%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#A8758D (or 0xA8758D) is known color: Mountbatten Pink. HEX triplet: A8, 75 and 8D. RGB value is (168,117,141). Sum of RGB (Red+Green+Blue) = 168+117+141=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 168 - color contains mainly: red. Hex color #A8758D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8758D is #578A72. Grayscale: #868686. Windows color (decimal): -5737075 or 9270696. OLE color: 9270696.

HSL color Cylindrical-coordinate representation of color #A8758D: hue angle of 331.76º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8758D is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 117 141 -
CMYK 0 0.30 0.16 0.34
HSL 331.76º 0.23% 0.56% -
HSV(B) 331.76º 0.3% 0.66% -
XYZ 27.32 22.97 28.19 -
YUV 134.99 131.4 151.55 -
System Red Green Blue C M Y K H S L
Decimal 168 117 141 0 0.30 0.16 0.34 331.76 0.23 0.56
Hex A8 75 8D 0 1E 10 22 14C 17 38
Octal 250 165 215 0 36 20 42 514 27 70
Binary 10101000 1110101 10001101 0 11110 10000 100010 101001100 10111 111000

Color Harmonies of #A8758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8758D

Black with #A8758D

Text Example


Text Example

White with #A8758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8758D; }

 p { color: rgb(168,117,141); }

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

background-color css

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

 a { background-color: rgb(168,117,141); }

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

border-color css

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

 span { border-color: rgb(168,117,141); }

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