Html Css Color HEX #A66690 Mountbatten Pink

📋 copy color: '#A66690'

red 166 ◦ green 102 ◦ blue 144

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

Shades of Mountbatten Pink #A66690

Tints of Mountbatten Pink #A66690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.76%

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

R = 40.29%
G = 24.76%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A66690 (or 0xA66690) is known color: Mountbatten Pink. HEX triplet: A6, 66 and 90. RGB value is (166,102,144). Sum of RGB (Red+Green+Blue) = 166+102+144=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 166 - color contains mainly: red. Hex color #A66690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66690 is #59996F. Grayscale: #7D7D7D. Windows color (decimal): -5871984 or 9463462. OLE color: 9463462.

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

Color convert

RGB 166 102 144 -
CMYK 0 0.39 0.13 0.35
HSL 320.63º 0.26% 0.53% -
HSV(B) 320.63º 0.39% 0.65% -
XYZ 25.51 19.62 28.83 -
YUV 125.92 138.2 156.58 -
System Red Green Blue C M Y K H S L
Decimal 166 102 144 0 0.39 0.13 0.35 320.63 0.26 0.53
Hex A6 66 90 0 27 D 23 141 1A 35
Octal 246 146 220 0 47 15 43 501 32 65
Binary 10100110 1100110 10010000 0 100111 1101 100011 101000001 11010 110101

Color Harmonies of #A66690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66690

Black with #A66690

Text Example


Text Example

White with #A66690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66690; }

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

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

background-color css

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

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

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

border-color css

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

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

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