Html Css Color HEX #A5698E Mountbatten Pink

📋 copy color: '#A5698E'

red 165 ◦ green 105 ◦ blue 142

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

Shades of Mountbatten Pink #A5698E

Tints of Mountbatten Pink #A5698E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.49%

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

R = 40.05%
G = 25.49%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A5698E (or 0xA5698E) is known color: Mountbatten Pink. HEX triplet: A5, 69 and 8E. RGB value is (165,105,142). Sum of RGB (Red+Green+Blue) = 165+105+142=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 165 - color contains mainly: red. Hex color #A5698E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5698E is #5A9671. Grayscale: #7F7F7F. Windows color (decimal): -5936754 or 9333157. OLE color: 9333157.

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

Color convert

RGB 165 105 142 -
CMYK 0 0.36 0.14 0.35
HSL 323º 0.25% 0.53% -
HSV(B) 323º 0.36% 0.65% -
XYZ 25.45 20.06 28.12 -
YUV 127.16 136.38 154.99 -
System Red Green Blue C M Y K H S L
Decimal 165 105 142 0 0.36 0.14 0.35 323 0.25 0.53
Hex A5 69 8E 0 24 E 23 143 19 35
Octal 245 151 216 0 44 16 43 503 31 65
Binary 10100101 1101001 10001110 0 100100 1110 100011 101000011 11001 110101

Color Harmonies of #A5698E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5698E

Black with #A5698E

Text Example


Text Example

White with #A5698E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5698E; }

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

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

background-color css

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

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

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

border-color css

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

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

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