Html Css Color HEX #A8758F Mountbatten Pink

📋 copy color: '#A8758F'

red 168 ◦ green 117 ◦ blue 143

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

Shades of Mountbatten Pink #A8758F

Tints of Mountbatten Pink #A8758F

RGB

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

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

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

R = 39.25%
G = 27.34%
B = 33.41%

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

#A8758F (or 0xA8758F) is known color: Mountbatten Pink. HEX triplet: A8, 75 and 8F. RGB value is (168,117,143). Sum of RGB (Red+Green+Blue) = 168+117+143=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 168 - color contains mainly: red. Hex color #A8758F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8758F is #578A70. Grayscale: #878787. Windows color (decimal): -5737073 or 9401768. OLE color: 9401768.

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

Color convert

RGB 168 117 143 -
CMYK 0 0.30 0.15 0.34
HSL 329.41º 0.23% 0.56% -
HSV(B) 329.41º 0.3% 0.66% -
XYZ 27.47 23.03 28.98 -
YUV 135.21 132.4 151.39 -
System Red Green Blue C M Y K H S L
Decimal 168 117 143 0 0.30 0.15 0.34 329.41 0.23 0.56
Hex A8 75 8F 0 1E F 22 149 17 38
Octal 250 165 217 0 36 17 42 511 27 70
Binary 10101000 1110101 10001111 0 11110 1111 100010 101001001 10111 111000

Color Harmonies of #A8758F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8758F

Black with #A8758F

Text Example


Text Example

White with #A8758F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8758F; }

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

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

background-color css

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

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

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

border-color css

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

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

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