Html Css Color HEX #A36F90 Mountbatten Pink

📋 copy color: '#A36F90'

red 163 ◦ green 111 ◦ blue 144

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

Shades of Mountbatten Pink #A36F90

Tints of Mountbatten Pink #A36F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.45%

R = 39%
G = 26.56%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A36F90 (or 0xA36F90) is known color: Mountbatten Pink. HEX triplet: A3, 6F and 90. RGB value is (163,111,144). Sum of RGB (Red+Green+Blue) = 163+111+144=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36F90 is #5C906F. Grayscale: #828282. Windows color (decimal): -6066288 or 9465763. OLE color: 9465763.

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

Color convert

RGB 163 111 144 -
CMYK 0 0.32 0.12 0.36
HSL 321.92º 0.22% 0.54% -
HSV(B) 321.92º 0.32% 0.64% -
XYZ 25.82 21.17 29.11 -
YUV 130.31 135.73 151.32 -
System Red Green Blue C M Y K H S L
Decimal 163 111 144 0 0.32 0.12 0.36 321.92 0.22 0.54
Hex A3 6F 90 0 20 C 24 142 16 36
Octal 243 157 220 0 40 14 44 502 26 66
Binary 10100011 1101111 10010000 0 100000 1100 100100 101000010 10110 110110

Color Harmonies of #A36F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36F90

Black with #A36F90

Text Example


Text Example

White with #A36F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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