Html Css Color HEX #A4818E Mountbatten Pink

📋 copy color: '#A4818E'

red 164 ◦ green 129 ◦ blue 142

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

Shades of Mountbatten Pink #A4818E

Tints of Mountbatten Pink #A4818E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.66%

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

R = 37.7%
G = 29.66%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A4818E (or 0xA4818E) is known color: Mountbatten Pink. HEX triplet: A4, 81 and 8E. RGB value is (164,129,142). Sum of RGB (Red+Green+Blue) = 164+129+142=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 164 - color contains mainly: red. Hex color #A4818E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4818E is #5B7E71. Grayscale: #8C8C8C. Windows color (decimal): -5996146 or 9339300. OLE color: 9339300.

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

Color convert

RGB 164 129 142 -
CMYK 0 0.21 0.13 0.36
HSL 337.71º 0.16% 0.57% -
HSV(B) 337.71º 0.21% 0.64% -
XYZ 28.04 25.55 29.04 -
YUV 140.95 128.6 144.44 -
System Red Green Blue C M Y K H S L
Decimal 164 129 142 0 0.21 0.13 0.36 337.71 0.16 0.57
Hex A4 81 8E 0 15 D 24 152 10 39
Octal 244 201 216 0 25 15 44 522 20 71
Binary 10100100 10000001 10001110 0 10101 1101 100100 101010010 10000 111001

Color Harmonies of #A4818E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4818E

Black with #A4818E

Text Example


Text Example

White with #A4818E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4818E; }

 p { color: rgb(164,129,142); }

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

background-color css

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

 a { background-color: rgb(164,129,142); }

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

border-color css

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

 span { border-color: rgb(164,129,142); }

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