Html Css Color HEX #A46491 Mountbatten Pink

📋 copy color: '#A46491'

red 164 ◦ green 100 ◦ blue 145

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

Shades of Mountbatten Pink #A46491

Tints of Mountbatten Pink #A46491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.45%

R = 40.1%
G = 24.45%
B = 35.45%

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

#A46491 (or 0xA46491) is known color: Mountbatten Pink. HEX triplet: A4, 64 and 91. RGB value is (164,100,145). Sum of RGB (Red+Green+Blue) = 164+100+145=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 145 (57.03% from 255 or 35.45% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A46491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46491 is #5B9B6E. Grayscale: #7C7C7C. Windows color (decimal): -6003567 or 9528484. OLE color: 9528484.

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

Color convert

RGB 164 100 145 -
CMYK 0 0.39 0.12 0.36
HSL 317.81º 0.26% 0.52% -
HSV(B) 317.81º 0.39% 0.64% -
XYZ 24.98 19.05 29.15 -
YUV 124.27 139.7 156.34 -
System Red Green Blue C M Y K H S L
Decimal 164 100 145 0 0.39 0.12 0.36 317.81 0.26 0.52
Hex A4 64 91 0 27 C 24 13E 1A 34
Octal 244 144 221 0 47 14 44 476 32 64
Binary 10100100 1100100 10010001 0 100111 1100 100100 100111110 11010 110100

Color Harmonies of #A46491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46491

Black with #A46491

Text Example


Text Example

White with #A46491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46491; }

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

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

background-color css

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

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

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

border-color css

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

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

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