Html Css Color HEX #A17893 Mountbatten Pink

📋 copy color: '#A17893'

red 161 ◦ green 120 ◦ blue 147

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

Shades of Mountbatten Pink #A17893

Tints of Mountbatten Pink #A17893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.35%

R = 37.62%
G = 28.04%
B = 34.35%

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

#A17893 (or 0xA17893) is known color: Mountbatten Pink. HEX triplet: A1, 78 and 93. RGB value is (161,120,147). Sum of RGB (Red+Green+Blue) = 161+120+147=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 161 - color contains mainly: red. Hex color #A17893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17893 is #5E876C. Grayscale: #878787. Windows color (decimal): -6195053 or 9664673. OLE color: 9664673.

HSL color Cylindrical-coordinate representation of color #A17893: hue angle of 320.49º 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 #A17893 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 120 147 -
CMYK 0 0.25 0.09 0.37
HSL 320.49º 0.18% 0.55% -
HSV(B) 320.49º 0.25% 0.63% -
XYZ 26.68 23.12 30.66 -
YUV 135.34 134.58 146.3 -
System Red Green Blue C M Y K H S L
Decimal 161 120 147 0 0.25 0.09 0.37 320.49 0.18 0.55
Hex A1 78 93 0 19 9 25 140 12 37
Octal 241 170 223 0 31 11 45 500 22 67
Binary 10100001 1111000 10010011 0 11001 1001 100101 101000000 10010 110111

Color Harmonies of #A17893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17893

Black with #A17893

Text Example


Text Example

White with #A17893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17893; }

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

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

background-color css

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

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

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

border-color css

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

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

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