Html Css Color HEX #A27393 Mountbatten Pink

📋 copy color: '#A27393'

red 162 ◦ green 115 ◦ blue 147

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

Shades of Mountbatten Pink #A27393

Tints of Mountbatten Pink #A27393

RGB

 RED value IS 162 (63.67% from 255) = 38.21%

 GREEN value IS 115 (45.31% from 255) = 27.12%

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

R = 38.21%
G = 27.12%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A27393 (or 0xA27393) is known color: Mountbatten Pink. HEX triplet: A2, 73 and 93. RGB value is (162,115,147). Sum of RGB (Red+Green+Blue) = 162+115+147=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 162 - color contains mainly: red. Hex color #A27393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27393 is #5D8C6C. Grayscale: #848484. Windows color (decimal): -6130797 or 9663394. OLE color: 9663394.

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

Color convert

RGB 162 115 147 -
CMYK 0 0.29 0.09 0.36
HSL 319.15º 0.2% 0.54% -
HSV(B) 319.15º 0.29% 0.64% -
XYZ 26.3 22.05 30.47 -
YUV 132.7 136.07 148.9 -
System Red Green Blue C M Y K H S L
Decimal 162 115 147 0 0.29 0.09 0.36 319.15 0.2 0.54
Hex A2 73 93 0 1D 9 24 13F 14 36
Octal 242 163 223 0 35 11 44 477 24 66
Binary 10100010 1110011 10010011 0 11101 1001 100100 100111111 10100 110110

Color Harmonies of #A27393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27393

Black with #A27393

Text Example


Text Example

White with #A27393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27393; }

 p { color: rgb(162,115,147); }

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

background-color css

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

 a { background-color: rgb(162,115,147); }

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

border-color css

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

 span { border-color: rgb(162,115,147); }

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