Html Css Color HEX #A5698D Mountbatten Pink

📋 copy color: '#A5698D'

red 165 ◦ green 105 ◦ blue 141

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

Shades of Mountbatten Pink #A5698D

Tints of Mountbatten Pink #A5698D

RGB

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

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

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

R = 40.15%
G = 25.55%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5698D (or 0xA5698D) is known color: Mountbatten Pink. HEX triplet: A5, 69 and 8D. RGB value is (165,105,141). Sum of RGB (Red+Green+Blue) = 165+105+141=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 165 - color contains mainly: red. Hex color #A5698D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5698D is #5A9672. Grayscale: #7E7E7E. Windows color (decimal): -5936755 or 9267621. OLE color: 9267621.

HSL color Cylindrical-coordinate representation of color #A5698D: hue angle of 324º 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 #A5698D is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 105 141 -
CMYK 0 0.36 0.15 0.35
HSL 324º 0.25% 0.53% -
HSV(B) 324º 0.36% 0.65% -
XYZ 25.38 20.03 27.73 -
YUV 127.04 135.88 155.07 -
System Red Green Blue C M Y K H S L
Decimal 165 105 141 0 0.36 0.15 0.35 324 0.25 0.53
Hex A5 69 8D 0 24 F 23 144 19 35
Octal 245 151 215 0 44 17 43 504 31 65
Binary 10100101 1101001 10001101 0 100100 1111 100011 101000100 11001 110101

Color Harmonies of #A5698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5698D

Black with #A5698D

Text Example


Text Example

White with #A5698D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5698D; }

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

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

background-color css

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

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

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

border-color css

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

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

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