Html Css Color HEX #A56996 Mountbatten Pink

📋 copy color: '#A56996'

red 165 ◦ green 105 ◦ blue 150

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

Shades of Mountbatten Pink #A56996

Tints of Mountbatten Pink #A56996

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25%

 BLUE value IS 150 (58.98% from 255) = 35.71%

R = 39.29%
G = 25%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A56996 (or 0xA56996) is known color: Mountbatten Pink. HEX triplet: A5, 69 and 96. RGB value is (165,105,150). Sum of RGB (Red+Green+Blue) = 165+105+150=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 165 - color contains mainly: red. Hex color #A56996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56996 is #5A9669. Grayscale: #7F7F7F. Windows color (decimal): -5936746 or 9857445. OLE color: 9857445.

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

Color convert

RGB 165 105 150 -
CMYK 0 0.36 0.09 0.35
HSL 315º 0.25% 0.53% -
HSV(B) 315º 0.36% 0.65% -
XYZ 26.07 20.3 31.4 -
YUV 128.07 140.38 154.34 -
System Red Green Blue C M Y K H S L
Decimal 165 105 150 0 0.36 0.09 0.35 315 0.25 0.53
Hex A5 69 96 0 24 9 23 13B 19 35
Octal 245 151 226 0 44 11 43 473 31 65
Binary 10100101 1101001 10010110 0 100100 1001 100011 100111011 11001 110101

Color Harmonies of #A56996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56996

Black with #A56996

Text Example


Text Example

White with #A56996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56996; }

 p { color: rgb(165,105,150); }

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

background-color css

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

 a { background-color: rgb(165,105,150); }

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

border-color css

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

 span { border-color: rgb(165,105,150); }

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