Html Css Color HEX #A5808E Mountbatten Pink

📋 copy color: '#A5808E'

red 165 ◦ green 128 ◦ blue 142

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

Shades of Mountbatten Pink #A5808E

Tints of Mountbatten Pink #A5808E

RGB

 RED value IS 165 (64.84% from 255) = 37.93%

 GREEN value IS 128 (50.39% from 255) = 29.43%

 BLUE value IS 142 (55.86% from 255) = 32.64%

R = 37.93%
G = 29.43%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A5808E (or 0xA5808E) is known color: Mountbatten Pink. HEX triplet: A5, 80 and 8E. RGB value is (165,128,142). Sum of RGB (Red+Green+Blue) = 165+128+142=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 165 - color contains mainly: red. Hex color #A5808E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5808E is #5A7F71. Grayscale: #8C8C8C. Windows color (decimal): -5930866 or 9339045. OLE color: 9339045.

HSL color Cylindrical-coordinate representation of color #A5808E: hue angle of 337.3º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A5808E is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 128 142 -
CMYK 0 0.22 0.14 0.35
HSL 337.3º 0.17% 0.57% -
HSV(B) 337.3º 0.22% 0.65% -
XYZ 28.12 25.39 29.01 -
YUV 140.66 128.76 145.36 -
System Red Green Blue C M Y K H S L
Decimal 165 128 142 0 0.22 0.14 0.35 337.3 0.17 0.57
Hex A5 80 8E 0 16 E 23 151 11 39
Octal 245 200 216 0 26 16 43 521 21 71
Binary 10100101 10000000 10001110 0 10110 1110 100011 101010001 10001 111001

Color Harmonies of #A5808E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5808E

Black with #A5808E

Text Example


Text Example

White with #A5808E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5808E; }

 p { color: rgb(165,128,142); }

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

background-color css

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

 a { background-color: rgb(165,128,142); }

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

border-color css

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

 span { border-color: rgb(165,128,142); }

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