Html Css Color HEX #A3758C Mountbatten Pink

📋 copy color: '#A3758C'

red 163 ◦ green 117 ◦ blue 140

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

Shades of Mountbatten Pink #A3758C

Tints of Mountbatten Pink #A3758C

RGB

 RED value IS 163 (64.06% from 255) = 38.81%

 GREEN value IS 117 (46.09% from 255) = 27.86%

 BLUE value IS 140 (55.08% from 255) = 33.33%

R = 38.81%
G = 27.86%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A3758C (or 0xA3758C) is known color: Mountbatten Pink. HEX triplet: A3, 75 and 8C. RGB value is (163,117,140). Sum of RGB (Red+Green+Blue) = 163+117+140=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 163 - color contains mainly: red. Hex color #A3758C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3758C is #5C8A73. Grayscale: #858585. Windows color (decimal): -6064756 or 9205155. OLE color: 9205155.

HSL color Cylindrical-coordinate representation of color #A3758C: hue angle of 330º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A3758C is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 117 140 -
CMYK 0 0.28 0.14 0.36
HSL 330º 0.2% 0.55% -
HSV(B) 330º 0.28% 0.64% -
XYZ 26.2 22.4 27.75 -
YUV 133.38 131.74 149.13 -
System Red Green Blue C M Y K H S L
Decimal 163 117 140 0 0.28 0.14 0.36 330 0.2 0.55
Hex A3 75 8C 0 1C E 24 14A 14 37
Octal 243 165 214 0 34 16 44 512 24 67
Binary 10100011 1110101 10001100 0 11100 1110 100100 101001010 10100 110111

Color Harmonies of #A3758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3758C

Black with #A3758C

Text Example


Text Example

White with #A3758C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3758C; }

 p { color: rgb(163,117,140); }

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

background-color css

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

 a { background-color: rgb(163,117,140); }

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

border-color css

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

 span { border-color: rgb(163,117,140); }

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