Html Css Color HEX #A46692 Mountbatten Pink

📋 copy color: '#A46692'

red 164 ◦ green 102 ◦ blue 146

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

Shades of Mountbatten Pink #A46692

Tints of Mountbatten Pink #A46692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.44%

R = 39.81%
G = 24.76%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A46692 (or 0xA46692) is known color: Mountbatten Pink. HEX triplet: A4, 66 and 92. RGB value is (164,102,146). Sum of RGB (Red+Green+Blue) = 164+102+146=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 164 - color contains mainly: red. Hex color #A46692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46692 is #5B996D. Grayscale: #7D7D7D. Windows color (decimal): -6003054 or 9594532. OLE color: 9594532.

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

Color convert

RGB 164 102 146 -
CMYK 0 0.38 0.11 0.36
HSL 317.42º 0.25% 0.52% -
HSV(B) 317.42º 0.38% 0.64% -
XYZ 25.25 19.47 29.62 -
YUV 125.55 139.54 155.42 -
System Red Green Blue C M Y K H S L
Decimal 164 102 146 0 0.38 0.11 0.36 317.42 0.25 0.52
Hex A4 66 92 0 26 B 24 13D 19 34
Octal 244 146 222 0 46 13 44 475 31 64
Binary 10100100 1100110 10010010 0 100110 1011 100100 100111101 11001 110100

Color Harmonies of #A46692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46692

Black with #A46692

Text Example


Text Example

White with #A46692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46692; }

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

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

background-color css

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

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

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

border-color css

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

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

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