Html Css Color HEX #A46794 Mountbatten Pink

📋 copy color: '#A46794'

red 164 ◦ green 103 ◦ blue 148

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

Shades of Mountbatten Pink #A46794

Tints of Mountbatten Pink #A46794

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.82%

 BLUE value IS 148 (58.2% from 255) = 35.66%

R = 39.52%
G = 24.82%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A46794 (or 0xA46794) is known color: Mountbatten Pink. HEX triplet: A4, 67 and 94. RGB value is (164,103,148). Sum of RGB (Red+Green+Blue) = 164+103+148=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 103 (40.62% from 255 or 24.82% from 415); Blue value is 148 (58.20% from 255 or 35.66% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A46794 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46794 is #5B986B. Grayscale: #7E7E7E. Windows color (decimal): -6002796 or 9725860. OLE color: 9725860.

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

Color convert

RGB 164 103 148 -
CMYK 0 0.37 0.10 0.36
HSL 315.74º 0.25% 0.52% -
HSV(B) 315.74º 0.37% 0.64% -
XYZ 25.51 19.73 30.48 -
YUV 126.37 140.21 154.84 -
System Red Green Blue C M Y K H S L
Decimal 164 103 148 0 0.37 0.10 0.36 315.74 0.25 0.52
Hex A4 67 94 0 25 A 24 13C 19 34
Octal 244 147 224 0 45 12 44 474 31 64
Binary 10100100 1100111 10010100 0 100101 1010 100100 100111100 11001 110100

Color Harmonies of #A46794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46794

Black with #A46794

Text Example


Text Example

White with #A46794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46794; }

 p { color: rgb(164,103,148); }

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

background-color css

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

 a { background-color: rgb(164,103,148); }

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

border-color css

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

 span { border-color: rgb(164,103,148); }

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