Html Css Color HEX #A86990 Mountbatten Pink

📋 copy color: '#A86990'

red 168 ◦ green 105 ◦ blue 144

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

Shades of Mountbatten Pink #A86990

Tints of Mountbatten Pink #A86990

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.18%

 BLUE value IS 144 (56.64% from 255) = 34.53%

R = 40.29%
G = 25.18%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#A86990 (or 0xA86990) is known color: Mountbatten Pink. HEX triplet: A8, 69 and 90. RGB value is (168,105,144). Sum of RGB (Red+Green+Blue) = 168+105+144=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 168 - color contains mainly: red. Hex color #A86990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86990 is #57966F. Grayscale: #808080. Windows color (decimal): -5740144 or 9464232. OLE color: 9464232.

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

Color convert

RGB 168 105 144 -
CMYK 0 0.38 0.14 0.34
HSL 322.86º 0.27% 0.54% -
HSV(B) 322.86º 0.38% 0.66% -
XYZ 26.23 20.44 28.95 -
YUV 128.28 136.87 156.33 -
System Red Green Blue C M Y K H S L
Decimal 168 105 144 0 0.38 0.14 0.34 322.86 0.27 0.54
Hex A8 69 90 0 26 E 22 143 1B 36
Octal 250 151 220 0 46 16 42 503 33 66
Binary 10101000 1101001 10010000 0 100110 1110 100010 101000011 11011 110110

Color Harmonies of #A86990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86990

Black with #A86990

Text Example


Text Example

White with #A86990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86990; }

 p { color: rgb(168,105,144); }

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

background-color css

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

 a { background-color: rgb(168,105,144); }

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

border-color css

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

 span { border-color: rgb(168,105,144); }

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