Html Css Color HEX #A4698D Mountbatten Pink

📋 copy color: '#A4698D'

red 164 ◦ green 105 ◦ blue 141

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

Shades of Mountbatten Pink #A4698D

Tints of Mountbatten Pink #A4698D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.39%

R = 40%
G = 25.61%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A4698D (or 0xA4698D) is known color: Mountbatten Pink. HEX triplet: A4, 69 and 8D. RGB value is (164,105,141). Sum of RGB (Red+Green+Blue) = 164+105+141=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A4698D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4698D is #5B9672. Grayscale: #7E7E7E. Windows color (decimal): -6002291 or 9267620. OLE color: 9267620.

HSL color Cylindrical-coordinate representation of color #A4698D: hue angle of 323.39º 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 #A4698D is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 105 141 -
CMYK 0 0.36 0.14 0.36
HSL 323.39º 0.24% 0.53% -
HSV(B) 323.39º 0.36% 0.64% -
XYZ 25.17 19.92 27.72 -
YUV 126.75 136.05 154.57 -
System Red Green Blue C M Y K H S L
Decimal 164 105 141 0 0.36 0.14 0.36 323.39 0.24 0.53
Hex A4 69 8D 0 24 E 24 143 18 35
Octal 244 151 215 0 44 16 44 503 30 65
Binary 10100100 1101001 10001101 0 100100 1110 100100 101000011 11000 110101

Color Harmonies of #A4698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4698D

Black with #A4698D

Text Example


Text Example

White with #A4698D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4698D; }

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

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

background-color css

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

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

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

border-color css

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

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

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