Html Css Color HEX #A36893 Mountbatten Pink

📋 copy color: '#A36893'

red 163 ◦ green 104 ◦ blue 147

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

Shades of Mountbatten Pink #A36893

Tints of Mountbatten Pink #A36893

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.12%

 BLUE value IS 147 (57.81% from 255) = 35.51%

R = 39.37%
G = 25.12%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A36893 (or 0xA36893) is known color: Mountbatten Pink. HEX triplet: A3, 68 and 93. RGB value is (163,104,147). Sum of RGB (Red+Green+Blue) = 163+104+147=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 163 - color contains mainly: red. Hex color #A36893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36893 is #5C976C. Grayscale: #7E7E7E. Windows color (decimal): -6068077 or 9660579. OLE color: 9660579.

HSL color Cylindrical-coordinate representation of color #A36893: hue angle of 316.27º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A36893 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 104 147 -
CMYK 0 0.36 0.10 0.36
HSL 316.27º 0.24% 0.52% -
HSV(B) 316.27º 0.36% 0.64% -
XYZ 25.32 19.79 30.09 -
YUV 126.54 139.55 154 -
System Red Green Blue C M Y K H S L
Decimal 163 104 147 0 0.36 0.10 0.36 316.27 0.24 0.52
Hex A3 68 93 0 24 A 24 13C 18 34
Octal 243 150 223 0 44 12 44 474 30 64
Binary 10100011 1101000 10010011 0 100100 1010 100100 100111100 11000 110100

Color Harmonies of #A36893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36893

Black with #A36893

Text Example


Text Example

White with #A36893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36893; }

 p { color: rgb(163,104,147); }

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

background-color css

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

 a { background-color: rgb(163,104,147); }

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

border-color css

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

 span { border-color: rgb(163,104,147); }

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