Html Css Color HEX #A4688F Mountbatten Pink

📋 copy color: '#A4688F'

red 164 ◦ green 104 ◦ blue 143

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

Shades of Mountbatten Pink #A4688F

Tints of Mountbatten Pink #A4688F

RGB

 RED value IS 164 (64.45% from 255) = 39.9%

 GREEN value IS 104 (41.02% from 255) = 25.3%

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

R = 39.9%
G = 25.3%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A4688F (or 0xA4688F) is known color: Mountbatten Pink. HEX triplet: A4, 68 and 8F. RGB value is (164,104,143). Sum of RGB (Red+Green+Blue) = 164+104+143=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A4688F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4688F is #5B9770. Grayscale: #7E7E7E. Windows color (decimal): -6002545 or 9398436. OLE color: 9398436.

HSL color Cylindrical-coordinate representation of color #A4688F: hue angle of 321º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A4688F is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 104 143 -
CMYK 0 0.37 0.13 0.36
HSL 321º 0.25% 0.53% -
HSV(B) 321º 0.37% 0.64% -
XYZ 25.22 19.78 28.47 -
YUV 126.39 137.38 154.83 -
System Red Green Blue C M Y K H S L
Decimal 164 104 143 0 0.37 0.13 0.36 321 0.25 0.53
Hex A4 68 8F 0 25 D 24 141 19 35
Octal 244 150 217 0 45 15 44 501 31 65
Binary 10100100 1101000 10001111 0 100101 1101 100100 101000001 11001 110101

Color Harmonies of #A4688F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4688F

Black with #A4688F

Text Example


Text Example

White with #A4688F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4688F; }

 p { color: rgb(164,104,143); }

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

background-color css

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

 a { background-color: rgb(164,104,143); }

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

border-color css

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

 span { border-color: rgb(164,104,143); }

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