Html Css Color HEX #A56592 Mountbatten Pink

📋 copy color: '#A56592'

red 165 ◦ green 101 ◦ blue 146

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

Shades of Mountbatten Pink #A56592

Tints of Mountbatten Pink #A56592

RGB

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

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

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

R = 40.05%
G = 24.51%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A56592 (or 0xA56592) is known color: Mountbatten Pink. HEX triplet: A5, 65 and 92. RGB value is (165,101,146). Sum of RGB (Red+Green+Blue) = 165+101+146=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 165 - color contains mainly: red. Hex color #A56592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56592 is #5A9A6D. Grayscale: #7D7D7D. Windows color (decimal): -5937774 or 9594277. OLE color: 9594277.

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

Color convert

RGB 165 101 146 -
CMYK 0 0.39 0.12 0.35
HSL 317.81º 0.26% 0.52% -
HSV(B) 317.81º 0.39% 0.65% -
XYZ 25.36 19.38 29.6 -
YUV 125.27 139.7 156.34 -
System Red Green Blue C M Y K H S L
Decimal 165 101 146 0 0.39 0.12 0.35 317.81 0.26 0.52
Hex A5 65 92 0 27 C 23 13E 1A 34
Octal 245 145 222 0 47 14 43 476 32 64
Binary 10100101 1100101 10010010 0 100111 1100 100011 100111110 11010 110100

Color Harmonies of #A56592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56592

Black with #A56592

Text Example


Text Example

White with #A56592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56592; }

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

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

background-color css

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

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

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

border-color css

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

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

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