Html Css Color HEX #A27D8B Mountbatten Pink

📋 copy color: '#A27D8B'

red 162 ◦ green 125 ◦ blue 139

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

Shades of Mountbatten Pink #A27D8B

Tints of Mountbatten Pink #A27D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.63%

R = 38.03%
G = 29.34%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A27D8B (or 0xA27D8B) is known color: Mountbatten Pink. HEX triplet: A2, 7D and 8B. RGB value is (162,125,139). Sum of RGB (Red+Green+Blue) = 162+125+139=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 162 - color contains mainly: red. Hex color #A27D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27D8B is #5D8274. Grayscale: #898989. Windows color (decimal): -6128245 or 9141666. OLE color: 9141666.

HSL color Cylindrical-coordinate representation of color #A27D8B: hue angle of 337.3º 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 #A27D8B is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 125 139 -
CMYK 0 0.23 0.14 0.36
HSL 337.3º 0.17% 0.56% -
HSV(B) 337.3º 0.23% 0.64% -
XYZ 26.89 24.21 27.68 -
YUV 137.66 128.76 145.36 -
System Red Green Blue C M Y K H S L
Decimal 162 125 139 0 0.23 0.14 0.36 337.3 0.17 0.56
Hex A2 7D 8B 0 17 E 24 151 11 38
Octal 242 175 213 0 27 16 44 521 21 70
Binary 10100010 1111101 10001011 0 10111 1110 100100 101010001 10001 111000

Color Harmonies of #A27D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27D8B

Black with #A27D8B

Text Example


Text Example

White with #A27D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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