Html Css Color HEX #A46590 Mountbatten Pink

📋 copy color: '#A46590'

red 164 ◦ green 101 ◦ blue 144

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

Shades of Mountbatten Pink #A46590

Tints of Mountbatten Pink #A46590

RGB

 RED value IS 164 (64.45% from 255) = 40.1%

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

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

R = 40.1%
G = 24.69%
B = 35.21%

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

#A46590 (or 0xA46590) is known color: Mountbatten Pink. HEX triplet: A4, 65 and 90. RGB value is (164,101,144). Sum of RGB (Red+Green+Blue) = 164+101+144=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A46590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46590 is #5B9A6F. Grayscale: #7C7C7C. Windows color (decimal): -6003312 or 9463204. OLE color: 9463204.

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

Color convert

RGB 164 101 144 -
CMYK 0 0.38 0.12 0.36
HSL 319.05º 0.26% 0.52% -
HSV(B) 319.05º 0.38% 0.64% -
XYZ 25 19.21 28.78 -
YUV 124.74 138.87 156 -
System Red Green Blue C M Y K H S L
Decimal 164 101 144 0 0.38 0.12 0.36 319.05 0.26 0.52
Hex A4 65 90 0 26 C 24 13F 1A 34
Octal 244 145 220 0 46 14 44 477 32 64
Binary 10100100 1100101 10010000 0 100110 1100 100100 100111111 11010 110100

Color Harmonies of #A46590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46590

Black with #A46590

Text Example


Text Example

White with #A46590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46590; }

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

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

background-color css

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

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

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

border-color css

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

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

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