Html Css Color HEX #A67690 Mountbatten Pink

📋 copy color: '#A67690'

red 166 ◦ green 118 ◦ blue 144

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

Shades of Mountbatten Pink #A67690

Tints of Mountbatten Pink #A67690

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.57%

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

R = 38.79%
G = 27.57%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A67690 (or 0xA67690) is known color: Mountbatten Pink. HEX triplet: A6, 76 and 90. RGB value is (166,118,144). Sum of RGB (Red+Green+Blue) = 166+118+144=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 166 - color contains mainly: red. Hex color #A67690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67690 is #59896F. Grayscale: #878787. Windows color (decimal): -5867888 or 9467558. OLE color: 9467558.

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

Color convert

RGB 166 118 144 -
CMYK 0 0.29 0.13 0.35
HSL 327.5º 0.21% 0.56% -
HSV(B) 327.5º 0.29% 0.65% -
XYZ 27.24 23.08 29.4 -
YUV 135.32 132.9 149.89 -
System Red Green Blue C M Y K H S L
Decimal 166 118 144 0 0.29 0.13 0.35 327.5 0.21 0.56
Hex A6 76 90 0 1D D 23 148 15 38
Octal 246 166 220 0 35 15 43 510 25 70
Binary 10100110 1110110 10010000 0 11101 1101 100011 101001000 10101 111000

Color Harmonies of #A67690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67690

Black with #A67690

Text Example


Text Example

White with #A67690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67690; }

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

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

background-color css

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

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

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

border-color css

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

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

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