Html Css Color HEX #A3828F Mountbatten Pink

📋 copy color: '#A3828F'

red 163 ◦ green 130 ◦ blue 143

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

Shades of Mountbatten Pink #A3828F

Tints of Mountbatten Pink #A3828F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.82%

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

R = 37.39%
G = 29.82%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A3828F (or 0xA3828F) is known color: Mountbatten Pink. HEX triplet: A3, 82 and 8F. RGB value is (163,130,143). Sum of RGB (Red+Green+Blue) = 163+130+143=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 163 - color contains mainly: red. Hex color #A3828F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3828F is #5C7D70. Grayscale: #8D8D8D. Windows color (decimal): -6061425 or 9405091. OLE color: 9405091.

HSL color Cylindrical-coordinate representation of color #A3828F: hue angle of 336.36º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3828F is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 130 143 -
CMYK 0 0.20 0.12 0.36
HSL 336.36º 0.15% 0.57% -
HSV(B) 336.36º 0.2% 0.64% -
XYZ 28.04 25.73 29.48 -
YUV 141.35 128.93 143.44 -
System Red Green Blue C M Y K H S L
Decimal 163 130 143 0 0.20 0.12 0.36 336.36 0.15 0.57
Hex A3 82 8F 0 14 C 24 150 F 39
Octal 243 202 217 0 24 14 44 520 17 71
Binary 10100011 10000010 10001111 0 10100 1100 100100 101010000 1111 111001

Color Harmonies of #A3828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3828F

Black with #A3828F

Text Example


Text Example

White with #A3828F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3828F; }

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

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

background-color css

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

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

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

border-color css

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

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

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