Html Css Color HEX #A27D8E Mountbatten Pink

📋 copy color: '#A27D8E'

red 162 ◦ green 125 ◦ blue 142

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

Shades of Mountbatten Pink #A27D8E

Tints of Mountbatten Pink #A27D8E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.14%

 BLUE value IS 142 (55.86% from 255) = 33.1%

R = 37.76%
G = 29.14%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A27D8E (or 0xA27D8E) is known color: Mountbatten Pink. HEX triplet: A2, 7D and 8E. RGB value is (162,125,142). Sum of RGB (Red+Green+Blue) = 162+125+142=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 162 - color contains mainly: red. Hex color #A27D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27D8E is #5D8271. Grayscale: #898989. Windows color (decimal): -6128242 or 9338274. OLE color: 9338274.

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

Color convert

RGB 162 125 142 -
CMYK 0 0.23 0.12 0.36
HSL 332.43º 0.17% 0.56% -
HSV(B) 332.43º 0.23% 0.64% -
XYZ 27.12 24.3 28.85 -
YUV 138 130.26 145.12 -
System Red Green Blue C M Y K H S L
Decimal 162 125 142 0 0.23 0.12 0.36 332.43 0.17 0.56
Hex A2 7D 8E 0 17 C 24 14C 11 38
Octal 242 175 216 0 27 14 44 514 21 70
Binary 10100010 1111101 10001110 0 10111 1100 100100 101001100 10001 111000

Color Harmonies of #A27D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27D8E

Black with #A27D8E

Text Example


Text Example

White with #A27D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27D8E; }

 p { color: rgb(162,125,142); }

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

background-color css

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

 a { background-color: rgb(162,125,142); }

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

border-color css

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

 span { border-color: rgb(162,125,142); }

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