Html Css Color HEX #A4698F Mountbatten Pink

📋 copy color: '#A4698F'

red 164 ◦ green 105 ◦ blue 143

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

Shades of Mountbatten Pink #A4698F

Tints of Mountbatten Pink #A4698F

RGB

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

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

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

R = 39.81%
G = 25.49%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A4698F (or 0xA4698F) is known color: Mountbatten Pink. HEX triplet: A4, 69 and 8F. RGB value is (164,105,143). Sum of RGB (Red+Green+Blue) = 164+105+143=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 164 - color contains mainly: red. Hex color #A4698F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4698F is #5B9670. Grayscale: #7E7E7E. Windows color (decimal): -6002289 or 9398692. OLE color: 9398692.

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

Color convert

RGB 164 105 143 -
CMYK 0 0.36 0.13 0.36
HSL 321.36º 0.24% 0.53% -
HSV(B) 321.36º 0.36% 0.64% -
XYZ 25.32 19.98 28.51 -
YUV 126.97 137.05 154.41 -
System Red Green Blue C M Y K H S L
Decimal 164 105 143 0 0.36 0.13 0.36 321.36 0.24 0.53
Hex A4 69 8F 0 24 D 24 141 18 35
Octal 244 151 217 0 44 15 44 501 30 65
Binary 10100100 1101001 10001111 0 100100 1101 100100 101000001 11000 110101

Color Harmonies of #A4698F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4698F

Black with #A4698F

Text Example


Text Example

White with #A4698F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4698F; }

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

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

background-color css

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

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

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

border-color css

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

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

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