Html Css Color HEX #A06893 Mountbatten Pink

📋 copy color: '#A06893'

red 160 ◦ green 104 ◦ blue 147

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

Shades of Mountbatten Pink #A06893

Tints of Mountbatten Pink #A06893

RGB

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

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

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

R = 38.93%
G = 25.3%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#A06893 (or 0xA06893) is known color: Mountbatten Pink. HEX triplet: A0, 68 and 93. RGB value is (160,104,147). Sum of RGB (Red+Green+Blue) = 160+104+147=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 160 - color contains mainly: red. Hex color #A06893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06893 is #5F976C. Grayscale: #7D7D7D. Windows color (decimal): -6264685 or 9660576. OLE color: 9660576.

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

Color convert

RGB 160 104 147 -
CMYK 0 0.35 0.08 0.37
HSL 313.93º 0.23% 0.52% -
HSV(B) 313.93º 0.35% 0.63% -
XYZ 24.71 19.48 30.06 -
YUV 125.65 140.05 152.5 -
System Red Green Blue C M Y K H S L
Decimal 160 104 147 0 0.35 0.08 0.37 313.93 0.23 0.52
Hex A0 68 93 0 23 8 25 13A 17 34
Octal 240 150 223 0 43 10 45 472 27 64
Binary 10100000 1101000 10010011 0 100011 1000 100101 100111010 10111 110100

Color Harmonies of #A06893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06893

Black with #A06893

Text Example


Text Example

White with #A06893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06893; }

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

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

background-color css

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

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

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

border-color css

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

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

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