Html Css Color HEX #A56690 Mountbatten Pink

📋 copy color: '#A56690'

red 165 ◦ green 102 ◦ blue 144

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

Shades of Mountbatten Pink #A56690

Tints of Mountbatten Pink #A56690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.82%

 BLUE value IS 144 (56.64% from 255) = 35.04%

R = 40.15%
G = 24.82%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A56690 (or 0xA56690) is known color: Mountbatten Pink. HEX triplet: A5, 66 and 90. RGB value is (165,102,144). Sum of RGB (Red+Green+Blue) = 165+102+144=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 165 - color contains mainly: red. Hex color #A56690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56690 is #5A996F. Grayscale: #7D7D7D. Windows color (decimal): -5937520 or 9463461. OLE color: 9463461.

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

Color convert

RGB 165 102 144 -
CMYK 0 0.38 0.13 0.35
HSL 320º 0.26% 0.52% -
HSV(B) 320º 0.38% 0.65% -
XYZ 25.3 19.52 28.82 -
YUV 125.63 138.37 156.08 -
System Red Green Blue C M Y K H S L
Decimal 165 102 144 0 0.38 0.13 0.35 320 0.26 0.52
Hex A5 66 90 0 26 D 23 140 1A 34
Octal 245 146 220 0 46 15 43 500 32 64
Binary 10100101 1100110 10010000 0 100110 1101 100011 101000000 11010 110100

Color Harmonies of #A56690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56690

Black with #A56690

Text Example


Text Example

White with #A56690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56690; }

 p { color: rgb(165,102,144); }

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

background-color css

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

 a { background-color: rgb(165,102,144); }

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

border-color css

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

 span { border-color: rgb(165,102,144); }

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