Html Css Color HEX #A86494 Mountbatten Pink

📋 copy color: '#A86494'

red 168 ◦ green 100 ◦ blue 148

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

Shades of Mountbatten Pink #A86494

Tints of Mountbatten Pink #A86494

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.04%

 BLUE value IS 148 (58.2% from 255) = 35.58%

R = 40.38%
G = 24.04%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#A86494 (or 0xA86494) is known color: Mountbatten Pink. HEX triplet: A8, 64 and 94. RGB value is (168,100,148). Sum of RGB (Red+Green+Blue) = 168+100+148=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 168 - color contains mainly: red. Hex color #A86494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86494 is #579B6B. Grayscale: #7D7D7D. Windows color (decimal): -5741420 or 9725096. OLE color: 9725096.

HSL color Cylindrical-coordinate representation of color #A86494: hue angle of 317.65º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A86494 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 100 148 -
CMYK 0 0.40 0.12 0.34
HSL 317.65º 0.28% 0.53% -
HSV(B) 317.65º 0.4% 0.66% -
XYZ 26.05 19.58 30.42 -
YUV 125.8 140.53 158.1 -
System Red Green Blue C M Y K H S L
Decimal 168 100 148 0 0.40 0.12 0.34 317.65 0.28 0.53
Hex A8 64 94 0 28 C 22 13E 1C 35
Octal 250 144 224 0 50 14 42 476 34 65
Binary 10101000 1100100 10010100 0 101000 1100 100010 100111110 11100 110101

Color Harmonies of #A86494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86494

Black with #A86494

Text Example


Text Example

White with #A86494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86494; }

 p { color: rgb(168,100,148); }

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

background-color css

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

 a { background-color: rgb(168,100,148); }

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

border-color css

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

 span { border-color: rgb(168,100,148); }

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