Html Css Color HEX #A56990 Mountbatten Pink

📋 copy color: '#A56990'

red 165 ◦ green 105 ◦ blue 144

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

Shades of Mountbatten Pink #A56990

Tints of Mountbatten Pink #A56990

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.36%

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

R = 39.86%
G = 25.36%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A56990 (or 0xA56990) is known color: Mountbatten Pink. HEX triplet: A5, 69 and 90. RGB value is (165,105,144). Sum of RGB (Red+Green+Blue) = 165+105+144=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 165 - color contains mainly: red. Hex color #A56990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56990 is #5A966F. Grayscale: #7F7F7F. Windows color (decimal): -5936752 or 9464229. OLE color: 9464229.

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

Color convert

RGB 165 105 144 -
CMYK 0 0.36 0.13 0.35
HSL 321º 0.25% 0.53% -
HSV(B) 321º 0.36% 0.65% -
XYZ 25.6 20.12 28.92 -
YUV 127.39 137.38 154.83 -
System Red Green Blue C M Y K H S L
Decimal 165 105 144 0 0.36 0.13 0.35 321 0.25 0.53
Hex A5 69 90 0 24 D 23 141 19 35
Octal 245 151 220 0 44 15 43 501 31 65
Binary 10100101 1101001 10010000 0 100100 1101 100011 101000001 11001 110101

Color Harmonies of #A56990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56990

Black with #A56990

Text Example


Text Example

White with #A56990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56990; }

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

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

background-color css

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

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

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

border-color css

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

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

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