Html Css Color HEX #A07594 Mountbatten Pink

📋 copy color: '#A07594'

red 160 ◦ green 117 ◦ blue 148

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

Shades of Mountbatten Pink #A07594

Tints of Mountbatten Pink #A07594

RGB

 RED value IS 160 (62.89% from 255) = 37.65%

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

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

R = 37.65%
G = 27.53%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A07594 (or 0xA07594) is known color: Mountbatten Pink. HEX triplet: A0, 75 and 94. RGB value is (160,117,148). Sum of RGB (Red+Green+Blue) = 160+117+148=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 160 - color contains mainly: red. Hex color #A07594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07594 is #5F8A6B. Grayscale: #858585. Windows color (decimal): -6261356 or 9729440. OLE color: 9729440.

HSL color Cylindrical-coordinate representation of color #A07594: hue angle of 316.74º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A07594 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 117 148 -
CMYK 0 0.27 0.07 0.37
HSL 316.74º 0.18% 0.54% -
HSV(B) 316.74º 0.27% 0.63% -
XYZ 26.2 22.33 30.95 -
YUV 133.39 136.25 146.98 -
System Red Green Blue C M Y K H S L
Decimal 160 117 148 0 0.27 0.07 0.37 316.74 0.18 0.54
Hex A0 75 94 0 1B 7 25 13D 12 36
Octal 240 165 224 0 33 7 45 475 22 66
Binary 10100000 1110101 10010100 0 11011 111 100101 100111101 10010 110110

Color Harmonies of #A07594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07594

Black with #A07594

Text Example


Text Example

White with #A07594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07594; }

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

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

background-color css

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

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

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

border-color css

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

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

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