Html Css Color HEX #A46690 Mountbatten Pink

📋 copy color: '#A46690'

red 164 ◦ green 102 ◦ blue 144

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

Shades of Mountbatten Pink #A46690

Tints of Mountbatten Pink #A46690

RGB

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

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

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

R = 40%
G = 24.88%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A46690 (or 0xA46690) is known color: Mountbatten Pink. HEX triplet: A4, 66 and 90. RGB value is (164,102,144). Sum of RGB (Red+Green+Blue) = 164+102+144=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A46690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46690 is #5B996F. Grayscale: #7D7D7D. Windows color (decimal): -6003056 or 9463460. OLE color: 9463460.

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

Color convert

RGB 164 102 144 -
CMYK 0 0.38 0.12 0.36
HSL 319.35º 0.25% 0.52% -
HSV(B) 319.35º 0.38% 0.64% -
XYZ 25.1 19.41 28.81 -
YUV 125.33 138.54 155.58 -
System Red Green Blue C M Y K H S L
Decimal 164 102 144 0 0.38 0.12 0.36 319.35 0.25 0.52
Hex A4 66 90 0 26 C 24 13F 19 34
Octal 244 146 220 0 46 14 44 477 31 64
Binary 10100100 1100110 10010000 0 100110 1100 100100 100111111 11001 110100

Color Harmonies of #A46690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46690

Black with #A46690

Text Example


Text Example

White with #A46690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46690; }

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

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

background-color css

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

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

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

border-color css

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

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

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