Html Css Color HEX #A4808F Mountbatten Pink

📋 copy color: '#A4808F'

red 164 ◦ green 128 ◦ blue 143

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

Shades of Mountbatten Pink #A4808F

Tints of Mountbatten Pink #A4808F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.43%

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

R = 37.7%
G = 29.43%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A4808F (or 0xA4808F) is known color: Mountbatten Pink. HEX triplet: A4, 80 and 8F. RGB value is (164,128,143). Sum of RGB (Red+Green+Blue) = 164+128+143=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 164 - color contains mainly: red. Hex color #A4808F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4808F is #5B7F70. Grayscale: #8C8C8C. Windows color (decimal): -5996401 or 9404580. OLE color: 9404580.

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

Color convert

RGB 164 128 143 -
CMYK 0 0.22 0.13 0.36
HSL 335º 0.17% 0.57% -
HSV(B) 335º 0.22% 0.64% -
XYZ 27.99 25.31 29.4 -
YUV 140.47 129.43 144.78 -
System Red Green Blue C M Y K H S L
Decimal 164 128 143 0 0.22 0.13 0.36 335 0.17 0.57
Hex A4 80 8F 0 16 D 24 14F 11 39
Octal 244 200 217 0 26 15 44 517 21 71
Binary 10100100 10000000 10001111 0 10110 1101 100100 101001111 10001 111001

Color Harmonies of #A4808F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4808F

Black with #A4808F

Text Example


Text Example

White with #A4808F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4808F; }

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

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

background-color css

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

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

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

border-color css

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

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

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