Html Css Color HEX #A56A92 Mountbatten Pink

📋 copy color: '#A56A92'

red 165 ◦ green 106 ◦ blue 146

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

Shades of Mountbatten Pink #A56A92

Tints of Mountbatten Pink #A56A92

RGB

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

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

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

R = 39.57%
G = 25.42%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A56A92 (or 0xA56A92) is known color: Mountbatten Pink. HEX triplet: A5, 6A and 92. RGB value is (165,106,146). Sum of RGB (Red+Green+Blue) = 165+106+146=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 165 - color contains mainly: red. Hex color #A56A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56A92 is #5A956D. Grayscale: #808080. Windows color (decimal): -5936494 or 9595557. OLE color: 9595557.

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

Color convert

RGB 165 106 146 -
CMYK 0 0.36 0.12 0.35
HSL 319.32º 0.25% 0.53% -
HSV(B) 319.32º 0.36% 0.65% -
XYZ 25.86 20.38 29.77 -
YUV 128.2 138.05 154.25 -
System Red Green Blue C M Y K H S L
Decimal 165 106 146 0 0.36 0.12 0.35 319.32 0.25 0.53
Hex A5 6A 92 0 24 C 23 13F 19 35
Octal 245 152 222 0 44 14 43 477 31 65
Binary 10100101 1101010 10010010 0 100100 1100 100011 100111111 11001 110101

Color Harmonies of #A56A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56A92

Black with #A56A92

Text Example


Text Example

White with #A56A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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