Html Css Color HEX #A17892 Mountbatten Pink

📋 copy color: '#A17892'

red 161 ◦ green 120 ◦ blue 146

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

Shades of Mountbatten Pink #A17892

Tints of Mountbatten Pink #A17892

RGB

 RED value IS 161 (63.28% from 255) = 37.7%

 GREEN value IS 120 (47.27% from 255) = 28.1%

 BLUE value IS 146 (57.42% from 255) = 34.19%

R = 37.7%
G = 28.1%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A17892 (or 0xA17892) is known color: Mountbatten Pink. HEX triplet: A1, 78 and 92. RGB value is (161,120,146). Sum of RGB (Red+Green+Blue) = 161+120+146=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 161 - color contains mainly: red. Hex color #A17892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17892 is #5E876D. Grayscale: #878787. Windows color (decimal): -6195054 or 9599137. OLE color: 9599137.

HSL color Cylindrical-coordinate representation of color #A17892: hue angle of 321.95º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A17892 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 120 146 -
CMYK 0 0.25 0.09 0.37
HSL 321.95º 0.18% 0.55% -
HSV(B) 321.95º 0.25% 0.63% -
XYZ 26.6 23.09 30.25 -
YUV 135.22 134.08 146.39 -
System Red Green Blue C M Y K H S L
Decimal 161 120 146 0 0.25 0.09 0.37 321.95 0.18 0.55
Hex A1 78 92 0 19 9 25 142 12 37
Octal 241 170 222 0 31 11 45 502 22 67
Binary 10100001 1111000 10010010 0 11001 1001 100101 101000010 10010 110111

Color Harmonies of #A17892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17892

Black with #A17892

Text Example


Text Example

White with #A17892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17892; }

 p { color: rgb(161,120,146); }

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

background-color css

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

 a { background-color: rgb(161,120,146); }

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

border-color css

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

 span { border-color: rgb(161,120,146); }

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