Html Css Color HEX #A37693 Mountbatten Pink

📋 copy color: '#A37693'

red 163 ◦ green 118 ◦ blue 147

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

Shades of Mountbatten Pink #A37693

Tints of Mountbatten Pink #A37693

RGB

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

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

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

R = 38.08%
G = 27.57%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A37693 (or 0xA37693) is known color: Mountbatten Pink. HEX triplet: A3, 76 and 93. RGB value is (163,118,147). Sum of RGB (Red+Green+Blue) = 163+118+147=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 163 - color contains mainly: red. Hex color #A37693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37693 is #5C896C. Grayscale: #868686. Windows color (decimal): -6064493 or 9664163. OLE color: 9664163.

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

Color convert

RGB 163 118 147 -
CMYK 0 0.28 0.10 0.36
HSL 321.33º 0.2% 0.55% -
HSV(B) 321.33º 0.28% 0.64% -
XYZ 26.85 22.85 30.6 -
YUV 134.76 134.91 148.14 -
System Red Green Blue C M Y K H S L
Decimal 163 118 147 0 0.28 0.10 0.36 321.33 0.2 0.55
Hex A3 76 93 0 1C A 24 141 14 37
Octal 243 166 223 0 34 12 44 501 24 67
Binary 10100011 1110110 10010011 0 11100 1010 100100 101000001 10100 110111

Color Harmonies of #A37693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37693

Black with #A37693

Text Example


Text Example

White with #A37693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37693; }

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

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

background-color css

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

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

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

border-color css

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

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

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