Html Css Color HEX #A36690 Mountbatten Pink

📋 copy color: '#A36690'

red 163 ◦ green 102 ◦ blue 144

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

Shades of Mountbatten Pink #A36690

Tints of Mountbatten Pink #A36690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.94%

 BLUE value IS 144 (56.64% from 255) = 35.21%

R = 39.85%
G = 24.94%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A36690 (or 0xA36690) is known color: Mountbatten Pink. HEX triplet: A3, 66 and 90. RGB value is (163,102,144). Sum of RGB (Red+Green+Blue) = 163+102+144=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 163 - color contains mainly: red. Hex color #A36690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36690 is #5C996F. Grayscale: #7C7C7C. Windows color (decimal): -6068592 or 9463459. OLE color: 9463459.

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

Color convert

RGB 163 102 144 -
CMYK 0 0.37 0.12 0.36
HSL 318.69º 0.25% 0.52% -
HSV(B) 318.69º 0.37% 0.64% -
XYZ 24.89 19.3 28.8 -
YUV 125.03 138.71 155.08 -
System Red Green Blue C M Y K H S L
Decimal 163 102 144 0 0.37 0.12 0.36 318.69 0.25 0.52
Hex A3 66 90 0 25 C 24 13F 19 34
Octal 243 146 220 0 45 14 44 477 31 64
Binary 10100011 1100110 10010000 0 100101 1100 100100 100111111 11001 110100

Color Harmonies of #A36690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36690

Black with #A36690

Text Example


Text Example

White with #A36690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36690; }

 p { color: rgb(163,102,144); }

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

background-color css

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

 a { background-color: rgb(163,102,144); }

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

border-color css

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

 span { border-color: rgb(163,102,144); }

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