Html Css Color HEX #A7698E Mountbatten Pink

📋 copy color: '#A7698E'

red 167 ◦ green 105 ◦ blue 142

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

Shades of Mountbatten Pink #A7698E

Tints of Mountbatten Pink #A7698E

RGB

 RED value IS 167 (65.63% from 255) = 40.34%

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

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

R = 40.34%
G = 25.36%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A7698E (or 0xA7698E) is known color: Mountbatten Pink. HEX triplet: A7, 69 and 8E. RGB value is (167,105,142). Sum of RGB (Red+Green+Blue) = 167+105+142=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 167 - color contains mainly: red. Hex color #A7698E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7698E is #589671. Grayscale: #7F7F7F. Windows color (decimal): -5805682 or 9333159. OLE color: 9333159.

HSL color Cylindrical-coordinate representation of color #A7698E: hue angle of 324.19º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A7698E is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 105 142 -
CMYK 0 0.37 0.15 0.35
HSL 324.19º 0.26% 0.53% -
HSV(B) 324.19º 0.37% 0.65% -
XYZ 25.87 20.27 28.14 -
YUV 127.76 136.04 155.99 -
System Red Green Blue C M Y K H S L
Decimal 167 105 142 0 0.37 0.15 0.35 324.19 0.26 0.53
Hex A7 69 8E 0 25 F 23 144 1A 35
Octal 247 151 216 0 45 17 43 504 32 65
Binary 10100111 1101001 10001110 0 100101 1111 100011 101000100 11010 110101

Color Harmonies of #A7698E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7698E

Black with #A7698E

Text Example


Text Example

White with #A7698E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7698E; }

 p { color: rgb(167,105,142); }

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

background-color css

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

 a { background-color: rgb(167,105,142); }

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

border-color css

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

 span { border-color: rgb(167,105,142); }

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