Html Css Color HEX #A36F96 Mountbatten Pink

📋 copy color: '#A36F96'

red 163 ◦ green 111 ◦ blue 150

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

Shades of Mountbatten Pink #A36F96

Tints of Mountbatten Pink #A36F96

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.18%

 BLUE value IS 150 (58.98% from 255) = 35.38%

R = 38.44%
G = 26.18%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A36F96 (or 0xA36F96) is known color: Mountbatten Pink. HEX triplet: A3, 6F and 96. RGB value is (163,111,150). Sum of RGB (Red+Green+Blue) = 163+111+150=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36F96 is #5C9069. Grayscale: #828282. Windows color (decimal): -6066282 or 9858979. OLE color: 9858979.

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

Color convert

RGB 163 111 150 -
CMYK 0 0.32 0.08 0.36
HSL 315º 0.22% 0.54% -
HSV(B) 315º 0.32% 0.64% -
XYZ 26.29 21.36 31.59 -
YUV 130.99 138.73 150.83 -
System Red Green Blue C M Y K H S L
Decimal 163 111 150 0 0.32 0.08 0.36 315 0.22 0.54
Hex A3 6F 96 0 20 8 24 13B 16 36
Octal 243 157 226 0 40 10 44 473 26 66
Binary 10100011 1101111 10010110 0 100000 1000 100100 100111011 10110 110110

Color Harmonies of #A36F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36F96

Black with #A36F96

Text Example


Text Example

White with #A36F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36F96; }

 p { color: rgb(163,111,150); }

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

background-color css

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

 a { background-color: rgb(163,111,150); }

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

border-color css

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

 span { border-color: rgb(163,111,150); }

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