Html Css Color HEX #A47194 Mountbatten Pink

📋 copy color: '#A47194'

red 164 ◦ green 113 ◦ blue 148

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

Shades of Mountbatten Pink #A47194

Tints of Mountbatten Pink #A47194

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.59%

 BLUE value IS 148 (58.2% from 255) = 34.82%

R = 38.59%
G = 26.59%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A47194 (or 0xA47194) is known color: Mountbatten Pink. HEX triplet: A4, 71 and 94. RGB value is (164,113,148). Sum of RGB (Red+Green+Blue) = 164+113+148=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 164 - color contains mainly: red. Hex color #A47194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47194 is #5B8E6B. Grayscale: #848484. Windows color (decimal): -6000236 or 9728420. OLE color: 9728420.

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

Color convert

RGB 164 113 148 -
CMYK 0 0.31 0.10 0.36
HSL 318.82º 0.22% 0.54% -
HSV(B) 318.82º 0.31% 0.64% -
XYZ 26.56 21.84 30.83 -
YUV 132.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 164 113 148 0 0.31 0.10 0.36 318.82 0.22 0.54
Hex A4 71 94 0 1F A 24 13F 16 36
Octal 244 161 224 0 37 12 44 477 26 66
Binary 10100100 1110001 10010100 0 11111 1010 100100 100111111 10110 110110

Color Harmonies of #A47194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47194

Black with #A47194

Text Example


Text Example

White with #A47194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47194; }

 p { color: rgb(164,113,148); }

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

background-color css

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

 a { background-color: rgb(164,113,148); }

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

border-color css

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

 span { border-color: rgb(164,113,148); }

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