Html Css Color HEX #A56F94 Mountbatten Pink

📋 copy color: '#A56F94'

red 165 ◦ green 111 ◦ blue 148

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

Shades of Mountbatten Pink #A56F94

Tints of Mountbatten Pink #A56F94

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.18%

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

R = 38.92%
G = 26.18%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A56F94 (or 0xA56F94) is known color: Mountbatten Pink. HEX triplet: A5, 6F and 94. RGB value is (165,111,148). Sum of RGB (Red+Green+Blue) = 165+111+148=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56F94 is #5A906B. Grayscale: #838383. Windows color (decimal): -5935212 or 9727909. OLE color: 9727909.

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

Color convert

RGB 165 111 148 -
CMYK 0 0.33 0.10 0.35
HSL 318.89º 0.23% 0.54% -
HSV(B) 318.89º 0.33% 0.65% -
XYZ 26.55 21.51 30.77 -
YUV 131.36 137.39 151.99 -
System Red Green Blue C M Y K H S L
Decimal 165 111 148 0 0.33 0.10 0.35 318.89 0.23 0.54
Hex A5 6F 94 0 21 A 23 13F 17 36
Octal 245 157 224 0 41 12 43 477 27 66
Binary 10100101 1101111 10010100 0 100001 1010 100011 100111111 10111 110110

Color Harmonies of #A56F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56F94

Black with #A56F94

Text Example


Text Example

White with #A56F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56F94; }

 p { color: rgb(165,111,148); }

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

background-color css

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

 a { background-color: rgb(165,111,148); }

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

border-color css

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

 span { border-color: rgb(165,111,148); }

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