Html Css Color HEX #A67390 Mountbatten Pink

📋 copy color: '#A67390'

red 166 ◦ green 115 ◦ blue 144

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

Shades of Mountbatten Pink #A67390

Tints of Mountbatten Pink #A67390

RGB

 RED value IS 166 (65.23% from 255) = 39.06%

 GREEN value IS 115 (45.31% from 255) = 27.06%

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

R = 39.06%
G = 27.06%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A67390 (or 0xA67390) is known color: Mountbatten Pink. HEX triplet: A6, 73 and 90. RGB value is (166,115,144). Sum of RGB (Red+Green+Blue) = 166+115+144=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 166 - color contains mainly: red. Hex color #A67390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67390 is #598C6F. Grayscale: #858585. Windows color (decimal): -5868656 or 9466790. OLE color: 9466790.

HSL color Cylindrical-coordinate representation of color #A67390: hue angle of 325.88º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A67390 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 115 144 -
CMYK 0 0.31 0.13 0.35
HSL 325.88º 0.22% 0.55% -
HSV(B) 325.88º 0.31% 0.65% -
XYZ 26.89 22.38 29.29 -
YUV 133.56 133.9 151.14 -
System Red Green Blue C M Y K H S L
Decimal 166 115 144 0 0.31 0.13 0.35 325.88 0.22 0.55
Hex A6 73 90 0 1F D 23 146 16 37
Octal 246 163 220 0 37 15 43 506 26 67
Binary 10100110 1110011 10010000 0 11111 1101 100011 101000110 10110 110111

Color Harmonies of #A67390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67390

Black with #A67390

Text Example


Text Example

White with #A67390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67390; }

 p { color: rgb(166,115,144); }

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

background-color css

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

 a { background-color: rgb(166,115,144); }

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

border-color css

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

 span { border-color: rgb(166,115,144); }

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