Html Css Color HEX #A07592 Mountbatten Pink

📋 copy color: '#A07592'

red 160 ◦ green 117 ◦ blue 146

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

Shades of Mountbatten Pink #A07592

Tints of Mountbatten Pink #A07592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.52%

R = 37.83%
G = 27.66%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A07592 (or 0xA07592) is known color: Mountbatten Pink. HEX triplet: A0, 75 and 92. RGB value is (160,117,146). Sum of RGB (Red+Green+Blue) = 160+117+146=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 160 - color contains mainly: red. Hex color #A07592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07592 is #5F8A6D. Grayscale: #858585. Windows color (decimal): -6261358 or 9598368. OLE color: 9598368.

HSL color Cylindrical-coordinate representation of color #A07592: hue angle of 319.53º 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 #A07592 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 117 146 -
CMYK 0 0.27 0.09 0.37
HSL 319.53º 0.18% 0.54% -
HSV(B) 319.53º 0.27% 0.63% -
XYZ 26.05 22.27 30.12 -
YUV 133.16 135.25 147.14 -
System Red Green Blue C M Y K H S L
Decimal 160 117 146 0 0.27 0.09 0.37 319.53 0.18 0.54
Hex A0 75 92 0 1B 9 25 140 12 36
Octal 240 165 222 0 33 11 45 500 22 66
Binary 10100000 1110101 10010010 0 11011 1001 100101 101000000 10010 110110

Color Harmonies of #A07592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07592

Black with #A07592

Text Example


Text Example

White with #A07592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07592; }

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

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

background-color css

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

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

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

border-color css

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

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

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