Html Css Color HEX #A36590 Mountbatten Pink

📋 copy color: '#A36590'

red 163 ◦ green 101 ◦ blue 144

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

Shades of Mountbatten Pink #A36590

Tints of Mountbatten Pink #A36590

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.75%

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

R = 39.95%
G = 24.75%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A36590 (or 0xA36590) is known color: Mountbatten Pink. HEX triplet: A3, 65 and 90. RGB value is (163,101,144). Sum of RGB (Red+Green+Blue) = 163+101+144=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 163 - color contains mainly: red. Hex color #A36590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36590 is #5C9A6F. Grayscale: #7C7C7C. Windows color (decimal): -6068848 or 9463203. OLE color: 9463203.

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

Color convert

RGB 163 101 144 -
CMYK 0 0.38 0.12 0.36
HSL 318.39º 0.25% 0.52% -
HSV(B) 318.39º 0.38% 0.64% -
XYZ 24.79 19.11 28.77 -
YUV 124.44 139.04 155.5 -
System Red Green Blue C M Y K H S L
Decimal 163 101 144 0 0.38 0.12 0.36 318.39 0.25 0.52
Hex A3 65 90 0 26 C 24 13E 19 34
Octal 243 145 220 0 46 14 44 476 31 64
Binary 10100011 1100101 10010000 0 100110 1100 100100 100111110 11001 110100

Color Harmonies of #A36590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36590

Black with #A36590

Text Example


Text Example

White with #A36590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36590; }

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

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

background-color css

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

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

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

border-color css

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

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

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