Html Css Color HEX #A8758E Mountbatten Pink

📋 copy color: '#A8758E'

red 168 ◦ green 117 ◦ blue 142

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

Shades of Mountbatten Pink #A8758E

Tints of Mountbatten Pink #A8758E

RGB

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

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

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

R = 39.34%
G = 27.4%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A8758E (or 0xA8758E) is known color: Mountbatten Pink. HEX triplet: A8, 75 and 8E. RGB value is (168,117,142). Sum of RGB (Red+Green+Blue) = 168+117+142=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 168 - color contains mainly: red. Hex color #A8758E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8758E is #578A71. Grayscale: #878787. Windows color (decimal): -5737074 or 9336232. OLE color: 9336232.

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

Color convert

RGB 168 117 142 -
CMYK 0 0.30 0.15 0.34
HSL 330.59º 0.23% 0.56% -
HSV(B) 330.59º 0.3% 0.66% -
XYZ 27.39 23 28.59 -
YUV 135.1 131.9 151.47 -
System Red Green Blue C M Y K H S L
Decimal 168 117 142 0 0.30 0.15 0.34 330.59 0.23 0.56
Hex A8 75 8E 0 1E F 22 14B 17 38
Octal 250 165 216 0 36 17 42 513 27 70
Binary 10101000 1110101 10001110 0 11110 1111 100010 101001011 10111 111000

Color Harmonies of #A8758E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8758E

Black with #A8758E

Text Example


Text Example

White with #A8758E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8758E; }

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

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

background-color css

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

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

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

border-color css

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

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

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