Html Css Color HEX #A56493 Mountbatten Pink

📋 copy color: '#A56493'

red 165 ◦ green 100 ◦ blue 147

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

Shades of Mountbatten Pink #A56493

Tints of Mountbatten Pink #A56493

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.27%

 BLUE value IS 147 (57.81% from 255) = 35.68%

R = 40.05%
G = 24.27%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A56493 (or 0xA56493) is known color: Mountbatten Pink. HEX triplet: A5, 64 and 93. RGB value is (165,100,147). Sum of RGB (Red+Green+Blue) = 165+100+147=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 165 - color contains mainly: red. Hex color #A56493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56493 is #5A9B6C. Grayscale: #7C7C7C. Windows color (decimal): -5938029 or 9659557. OLE color: 9659557.

HSL color Cylindrical-coordinate representation of color #A56493: hue angle of 316.62º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A56493 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 100 147 -
CMYK 0 0.39 0.11 0.35
HSL 316.62º 0.27% 0.52% -
HSV(B) 316.62º 0.39% 0.65% -
XYZ 25.34 19.22 29.98 -
YUV 124.79 140.53 156.68 -
System Red Green Blue C M Y K H S L
Decimal 165 100 147 0 0.39 0.11 0.35 316.62 0.27 0.52
Hex A5 64 93 0 27 B 23 13D 1B 34
Octal 245 144 223 0 47 13 43 475 33 64
Binary 10100101 1100100 10010011 0 100111 1011 100011 100111101 11011 110100

Color Harmonies of #A56493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56493

Black with #A56493

Text Example


Text Example

White with #A56493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56493; }

 p { color: rgb(165,100,147); }

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

background-color css

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

 a { background-color: rgb(165,100,147); }

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

border-color css

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

 span { border-color: rgb(165,100,147); }

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