Html Css Color HEX #A56A8C Mountbatten Pink

📋 copy color: '#A56A8C'

red 165 ◦ green 106 ◦ blue 140

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

Shades of Mountbatten Pink #A56A8C

Tints of Mountbatten Pink #A56A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.06%

R = 40.15%
G = 25.79%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A56A8C (or 0xA56A8C) is known color: Mountbatten Pink. HEX triplet: A5, 6A and 8C. RGB value is (165,106,140). Sum of RGB (Red+Green+Blue) = 165+106+140=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 165 - color contains mainly: red. Hex color #A56A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56A8C is #5A9573. Grayscale: #7F7F7F. Windows color (decimal): -5936500 or 9202341. OLE color: 9202341.

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

Color convert

RGB 165 106 140 -
CMYK 0 0.36 0.15 0.35
HSL 325.42º 0.25% 0.53% -
HSV(B) 325.42º 0.36% 0.65% -
XYZ 25.4 20.2 27.37 -
YUV 127.52 135.05 154.74 -
System Red Green Blue C M Y K H S L
Decimal 165 106 140 0 0.36 0.15 0.35 325.42 0.25 0.53
Hex A5 6A 8C 0 24 F 23 145 19 35
Octal 245 152 214 0 44 17 43 505 31 65
Binary 10100101 1101010 10001100 0 100100 1111 100011 101000101 11001 110101

Color Harmonies of #A56A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56A8C

Black with #A56A8C

Text Example


Text Example

White with #A56A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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