Html Css Color HEX #A27594 Mountbatten Pink

📋 copy color: '#A27594'

red 162 ◦ green 117 ◦ blue 148

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

Shades of Mountbatten Pink #A27594

Tints of Mountbatten Pink #A27594

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.4%

 BLUE value IS 148 (58.2% from 255) = 34.66%

R = 37.94%
G = 27.4%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A27594 (or 0xA27594) is known color: Mountbatten Pink. HEX triplet: A2, 75 and 94. RGB value is (162,117,148). Sum of RGB (Red+Green+Blue) = 162+117+148=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 162 - color contains mainly: red. Hex color #A27594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27594 is #5D8A6B. Grayscale: #858585. Windows color (decimal): -6130284 or 9729442. OLE color: 9729442.

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

Color convert

RGB 162 117 148 -
CMYK 0 0.28 0.09 0.36
HSL 318.67º 0.19% 0.55% -
HSV(B) 318.67º 0.28% 0.64% -
XYZ 26.61 22.54 30.97 -
YUV 133.99 135.91 147.98 -
System Red Green Blue C M Y K H S L
Decimal 162 117 148 0 0.28 0.09 0.36 318.67 0.19 0.55
Hex A2 75 94 0 1C 9 24 13F 13 37
Octal 242 165 224 0 34 11 44 477 23 67
Binary 10100010 1110101 10010100 0 11100 1001 100100 100111111 10011 110111

Color Harmonies of #A27594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27594

Black with #A27594

Text Example


Text Example

White with #A27594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27594; }

 p { color: rgb(162,117,148); }

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

background-color css

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

 a { background-color: rgb(162,117,148); }

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

border-color css

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

 span { border-color: rgb(162,117,148); }

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