Html Css Color HEX #A7668F Mountbatten Pink

📋 copy color: '#A7668F'

red 167 ◦ green 102 ◦ blue 143

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

Shades of Mountbatten Pink #A7668F

Tints of Mountbatten Pink #A7668F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.76%

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

R = 40.53%
G = 24.76%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A7668F (or 0xA7668F) is known color: Mountbatten Pink. HEX triplet: A7, 66 and 8F. RGB value is (167,102,143). Sum of RGB (Red+Green+Blue) = 167+102+143=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 167 - color contains mainly: red. Hex color #A7668F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7668F is #589970. Grayscale: #7E7E7E. Windows color (decimal): -5806449 or 9397927. OLE color: 9397927.

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

Color convert

RGB 167 102 143 -
CMYK 0 0.39 0.14 0.35
HSL 322.15º 0.27% 0.53% -
HSV(B) 322.15º 0.39% 0.65% -
XYZ 25.65 19.7 28.44 -
YUV 126.11 137.53 157.17 -
System Red Green Blue C M Y K H S L
Decimal 167 102 143 0 0.39 0.14 0.35 322.15 0.27 0.53
Hex A7 66 8F 0 27 E 23 142 1B 35
Octal 247 146 217 0 47 16 43 502 33 65
Binary 10100111 1100110 10001111 0 100111 1110 100011 101000010 11011 110101

Color Harmonies of #A7668F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7668F

Black with #A7668F

Text Example


Text Example

White with #A7668F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7668F; }

 p { color: rgb(167,102,143); }

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

background-color css

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

 a { background-color: rgb(167,102,143); }

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

border-color css

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

 span { border-color: rgb(167,102,143); }

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