Html Css Color HEX #A36A8C Mountbatten Pink

📋 copy color: '#A36A8C'

red 163 ◦ green 106 ◦ blue 140

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

Shades of Mountbatten Pink #A36A8C

Tints of Mountbatten Pink #A36A8C

RGB

 RED value IS 163 (64.06% from 255) = 39.85%

 GREEN value IS 106 (41.8% from 255) = 25.92%

 BLUE value IS 140 (55.08% from 255) = 34.23%

R = 39.85%
G = 25.92%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A36A8C (or 0xA36A8C) is known color: Mountbatten Pink. HEX triplet: A3, 6A and 8C. RGB value is (163,106,140). Sum of RGB (Red+Green+Blue) = 163+106+140=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 163 - color contains mainly: red. Hex color #A36A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36A8C is #5C9573. Grayscale: #7E7E7E. Windows color (decimal): -6067572 or 9202339. OLE color: 9202339.

HSL color Cylindrical-coordinate representation of color #A36A8C: hue angle of 324.21º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A36A8C is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 106 140 -
CMYK 0 0.35 0.14 0.36
HSL 324.21º 0.24% 0.53% -
HSV(B) 324.21º 0.35% 0.64% -
XYZ 24.99 19.99 27.35 -
YUV 126.92 135.38 153.74 -
System Red Green Blue C M Y K H S L
Decimal 163 106 140 0 0.35 0.14 0.36 324.21 0.24 0.53
Hex A3 6A 8C 0 23 E 24 144 18 35
Octal 243 152 214 0 43 16 44 504 30 65
Binary 10100011 1101010 10001100 0 100011 1110 100100 101000100 11000 110101

Color Harmonies of #A36A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36A8C

Black with #A36A8C

Text Example


Text Example

White with #A36A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36A8C; }

 p { color: rgb(163,106,140); }

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

background-color css

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

 a { background-color: rgb(163,106,140); }

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

border-color css

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

 span { border-color: rgb(163,106,140); }

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