Html Css Color HEX #A36990 Mountbatten Pink

📋 copy color: '#A36990'

red 163 ◦ green 105 ◦ blue 144

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

Shades of Mountbatten Pink #A36990

Tints of Mountbatten Pink #A36990

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.49%

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

R = 39.56%
G = 25.49%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A36990 (or 0xA36990) is known color: Mountbatten Pink. HEX triplet: A3, 69 and 90. RGB value is (163,105,144). Sum of RGB (Red+Green+Blue) = 163+105+144=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 163 - color contains mainly: red. Hex color #A36990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36990 is #5C966F. Grayscale: #7E7E7E. Windows color (decimal): -6067824 or 9464227. OLE color: 9464227.

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

Color convert

RGB 163 105 144 -
CMYK 0 0.36 0.12 0.36
HSL 319.66º 0.24% 0.53% -
HSV(B) 319.66º 0.36% 0.64% -
XYZ 25.19 19.9 28.9 -
YUV 126.79 137.72 153.83 -
System Red Green Blue C M Y K H S L
Decimal 163 105 144 0 0.36 0.12 0.36 319.66 0.24 0.53
Hex A3 69 90 0 24 C 24 140 18 35
Octal 243 151 220 0 44 14 44 500 30 65
Binary 10100011 1101001 10010000 0 100100 1100 100100 101000000 11000 110101

Color Harmonies of #A36990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36990

Black with #A36990

Text Example


Text Example

White with #A36990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36990; }

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

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

background-color css

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

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

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

border-color css

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

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

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