Html Css Color HEX #A07B93 Mountbatten Pink

📋 copy color: '#A07B93'

red 160 ◦ green 123 ◦ blue 147

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

Shades of Mountbatten Pink #A07B93

Tints of Mountbatten Pink #A07B93

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.6%

 BLUE value IS 147 (57.81% from 255) = 34.19%

R = 37.21%
G = 28.6%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#A07B93 (or 0xA07B93) is known color: Mountbatten Pink. HEX triplet: A0, 7B and 93. RGB value is (160,123,147). Sum of RGB (Red+Green+Blue) = 160+123+147=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07B93 is #5F846C. Grayscale: #888888. Windows color (decimal): -6259821 or 9665440. OLE color: 9665440.

HSL color Cylindrical-coordinate representation of color #A07B93: hue angle of 321.08º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A07B93 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 123 147 -
CMYK 0 0.23 0.08 0.37
HSL 321.08º 0.16% 0.55% -
HSV(B) 321.08º 0.23% 0.63% -
XYZ 26.85 23.75 30.77 -
YUV 136.8 133.76 144.55 -
System Red Green Blue C M Y K H S L
Decimal 160 123 147 0 0.23 0.08 0.37 321.08 0.16 0.55
Hex A0 7B 93 0 17 8 25 141 10 37
Octal 240 173 223 0 27 10 45 501 20 67
Binary 10100000 1111011 10010011 0 10111 1000 100101 101000001 10000 110111

Color Harmonies of #A07B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07B93

Black with #A07B93

Text Example


Text Example

White with #A07B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07B93; }

 p { color: rgb(160,123,147); }

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

background-color css

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

 a { background-color: rgb(160,123,147); }

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

border-color css

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

 span { border-color: rgb(160,123,147); }

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