Html Css Color HEX #A3768F Mountbatten Pink

📋 copy color: '#A3768F'

red 163 ◦ green 118 ◦ blue 143

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

Shades of Mountbatten Pink #A3768F

Tints of Mountbatten Pink #A3768F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.83%

 BLUE value IS 143 (56.25% from 255) = 33.73%

R = 38.44%
G = 27.83%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A3768F (or 0xA3768F) is known color: Mountbatten Pink. HEX triplet: A3, 76 and 8F. RGB value is (163,118,143). Sum of RGB (Red+Green+Blue) = 163+118+143=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 163 - color contains mainly: red. Hex color #A3768F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3768F is #5C8970. Grayscale: #868686. Windows color (decimal): -6064497 or 9402019. OLE color: 9402019.

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

Color convert

RGB 163 118 143 -
CMYK 0 0.28 0.12 0.36
HSL 326.67º 0.2% 0.55% -
HSV(B) 326.67º 0.28% 0.64% -
XYZ 26.54 22.73 28.97 -
YUV 134.31 132.91 148.47 -
System Red Green Blue C M Y K H S L
Decimal 163 118 143 0 0.28 0.12 0.36 326.67 0.2 0.55
Hex A3 76 8F 0 1C C 24 147 14 37
Octal 243 166 217 0 34 14 44 507 24 67
Binary 10100011 1110110 10001111 0 11100 1100 100100 101000111 10100 110111

Color Harmonies of #A3768F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3768F

Black with #A3768F

Text Example


Text Example

White with #A3768F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3768F; }

 p { color: rgb(163,118,143); }

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

background-color css

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

 a { background-color: rgb(163,118,143); }

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

border-color css

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

 span { border-color: rgb(163,118,143); }

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