Html Css Color HEX #A2688E Mountbatten Pink

📋 copy color: '#A2688E'

red 162 ◦ green 104 ◦ blue 142

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

Shades of Mountbatten Pink #A2688E

Tints of Mountbatten Pink #A2688E

RGB

 RED value IS 162 (63.67% from 255) = 39.71%

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

 BLUE value IS 142 (55.86% from 255) = 34.8%

R = 39.71%
G = 25.49%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A2688E (or 0xA2688E) is known color: Mountbatten Pink. HEX triplet: A2, 68 and 8E. RGB value is (162,104,142). Sum of RGB (Red+Green+Blue) = 162+104+142=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 162 - color contains mainly: red. Hex color #A2688E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2688E is #5D9771. Grayscale: #7D7D7D. Windows color (decimal): -6133618 or 9332898. OLE color: 9332898.

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

Color convert

RGB 162 104 142 -
CMYK 0 0.36 0.12 0.36
HSL 320.69º 0.24% 0.52% -
HSV(B) 320.69º 0.36% 0.64% -
XYZ 24.73 19.54 28.06 -
YUV 125.67 137.22 153.91 -
System Red Green Blue C M Y K H S L
Decimal 162 104 142 0 0.36 0.12 0.36 320.69 0.24 0.52
Hex A2 68 8E 0 24 C 24 141 18 34
Octal 242 150 216 0 44 14 44 501 30 64
Binary 10100010 1101000 10001110 0 100100 1100 100100 101000001 11000 110100

Color Harmonies of #A2688E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2688E

Black with #A2688E

Text Example


Text Example

White with #A2688E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2688E; }

 p { color: rgb(162,104,142); }

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

background-color css

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

 a { background-color: rgb(162,104,142); }

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

border-color css

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

 span { border-color: rgb(162,104,142); }

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