Html Css Color HEX #A06B8D Mountbatten Pink

📋 copy color: '#A06B8D'

red 160 ◦ green 107 ◦ blue 141

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

Shades of Mountbatten Pink #A06B8D

Tints of Mountbatten Pink #A06B8D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.23%

 BLUE value IS 141 (55.47% from 255) = 34.56%

R = 39.22%
G = 26.23%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A06B8D (or 0xA06B8D) is known color: Mountbatten Pink. HEX triplet: A0, 6B and 8D. RGB value is (160,107,141). Sum of RGB (Red+Green+Blue) = 160+107+141=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06B8D is #5F9472. Grayscale: #7E7E7E. Windows color (decimal): -6263923 or 9268128. OLE color: 9268128.

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

Color convert

RGB 160 107 141 -
CMYK 0 0.33 0.12 0.37
HSL 321.51º 0.22% 0.52% -
HSV(B) 321.51º 0.33% 0.63% -
XYZ 24.56 19.91 27.75 -
YUV 126.72 136.06 151.74 -
System Red Green Blue C M Y K H S L
Decimal 160 107 141 0 0.33 0.12 0.37 321.51 0.22 0.52
Hex A0 6B 8D 0 21 C 25 142 16 34
Octal 240 153 215 0 41 14 45 502 26 64
Binary 10100000 1101011 10001101 0 100001 1100 100101 101000010 10110 110100

Color Harmonies of #A06B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06B8D

Black with #A06B8D

Text Example


Text Example

White with #A06B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06B8D; }

 p { color: rgb(160,107,141); }

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

background-color css

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

 a { background-color: rgb(160,107,141); }

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

border-color css

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

 span { border-color: rgb(160,107,141); }

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