Html Css Color HEX #A46490 Mountbatten Pink

📋 copy color: '#A46490'

red 164 ◦ green 100 ◦ blue 144

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

Shades of Mountbatten Pink #A46490

Tints of Mountbatten Pink #A46490

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.51%

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

R = 40.2%
G = 24.51%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A46490 (or 0xA46490) is known color: Mountbatten Pink. HEX triplet: A4, 64 and 90. RGB value is (164,100,144). Sum of RGB (Red+Green+Blue) = 164+100+144=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A46490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46490 is #5B9B6F. Grayscale: #7C7C7C. Windows color (decimal): -6003568 or 9462948. OLE color: 9462948.

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

Color convert

RGB 164 100 144 -
CMYK 0 0.39 0.12 0.36
HSL 318.75º 0.26% 0.52% -
HSV(B) 318.75º 0.39% 0.64% -
XYZ 24.9 19.02 28.74 -
YUV 124.15 139.2 156.42 -
System Red Green Blue C M Y K H S L
Decimal 164 100 144 0 0.39 0.12 0.36 318.75 0.26 0.52
Hex A4 64 90 0 27 C 24 13F 1A 34
Octal 244 144 220 0 47 14 44 477 32 64
Binary 10100100 1100100 10010000 0 100111 1100 100100 100111111 11010 110100

Color Harmonies of #A46490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46490

Black with #A46490

Text Example


Text Example

White with #A46490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46490; }

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

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

background-color css

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

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

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

border-color css

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

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

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