Html Css Color HEX #A56A95 Mountbatten Pink

📋 copy color: '#A56A95'

red 165 ◦ green 106 ◦ blue 149

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

Shades of Mountbatten Pink #A56A95

Tints of Mountbatten Pink #A56A95

RGB

 RED value IS 165 (64.84% from 255) = 39.29%

 GREEN value IS 106 (41.8% from 255) = 25.24%

 BLUE value IS 149 (58.59% from 255) = 35.48%

R = 39.29%
G = 25.24%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A56A95 (or 0xA56A95) is known color: Mountbatten Pink. HEX triplet: A5, 6A and 95. RGB value is (165,106,149). Sum of RGB (Red+Green+Blue) = 165+106+149=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 165 - color contains mainly: red. Hex color #A56A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56A95 is #5A956A. Grayscale: #808080. Windows color (decimal): -5936491 or 9792165. OLE color: 9792165.

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

Color convert

RGB 165 106 149 -
CMYK 0 0.36 0.10 0.35
HSL 316.27º 0.25% 0.53% -
HSV(B) 316.27º 0.36% 0.65% -
XYZ 26.1 20.48 31.01 -
YUV 128.54 139.55 154 -
System Red Green Blue C M Y K H S L
Decimal 165 106 149 0 0.36 0.10 0.35 316.27 0.25 0.53
Hex A5 6A 95 0 24 A 23 13C 19 35
Octal 245 152 225 0 44 12 43 474 31 65
Binary 10100101 1101010 10010101 0 100100 1010 100011 100111100 11001 110101

Color Harmonies of #A56A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56A95

Black with #A56A95

Text Example


Text Example

White with #A56A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56A95; }

 p { color: rgb(165,106,149); }

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

background-color css

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

 a { background-color: rgb(165,106,149); }

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

border-color css

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

 span { border-color: rgb(165,106,149); }

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