Html Css Color HEX #A56593 Mountbatten Pink

📋 copy color: '#A56593'

red 165 ◦ green 101 ◦ blue 147

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

Shades of Mountbatten Pink #A56593

Tints of Mountbatten Pink #A56593

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.46%

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

R = 39.95%
G = 24.46%
B = 35.59%

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

#A56593 (or 0xA56593) is known color: Mountbatten Pink. HEX triplet: A5, 65 and 93. RGB value is (165,101,147). Sum of RGB (Red+Green+Blue) = 165+101+147=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 165 - color contains mainly: red. Hex color #A56593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56593 is #5A9A6C. Grayscale: #7D7D7D. Windows color (decimal): -5937773 or 9659813. OLE color: 9659813.

HSL color Cylindrical-coordinate representation of color #A56593: hue angle of 316.88º degrees, saturation: 0.26, 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 #A56593 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 101 147 -
CMYK 0 0.39 0.11 0.35
HSL 316.88º 0.26% 0.52% -
HSV(B) 316.88º 0.39% 0.65% -
XYZ 25.44 19.41 30.01 -
YUV 125.38 140.2 156.26 -
System Red Green Blue C M Y K H S L
Decimal 165 101 147 0 0.39 0.11 0.35 316.88 0.26 0.52
Hex A5 65 93 0 27 B 23 13D 1A 34
Octal 245 145 223 0 47 13 43 475 32 64
Binary 10100101 1100101 10010011 0 100111 1011 100011 100111101 11010 110100

Color Harmonies of #A56593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56593

Black with #A56593

Text Example


Text Example

White with #A56593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56593; }

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

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

background-color css

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

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

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

border-color css

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

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

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