Html Css Color HEX #AC6391 Mountbatten Pink

📋 copy color: '#AC6391'

red 172 ◦ green 99 ◦ blue 145

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

Shades of Mountbatten Pink #AC6391

Tints of Mountbatten Pink #AC6391

RGB

 RED value IS 172 (67.58% from 255) = 41.35%

 GREEN value IS 99 (39.06% from 255) = 23.8%

 BLUE value IS 145 (57.03% from 255) = 34.86%

R = 41.35%
G = 23.8%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC6391 (or 0xAC6391) is known color: Mountbatten Pink. HEX triplet: AC, 63 and 91. RGB value is (172,99,145). Sum of RGB (Red+Green+Blue) = 172+99+145=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 145 (57.03% from 255 or 34.86% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6391 is #539C6E. Grayscale: #7D7D7D. Windows color (decimal): -5479535 or 9528236. OLE color: 9528236.

HSL color Cylindrical-coordinate representation of color #AC6391: hue angle of 322.19º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC6391 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 99 145 -
CMYK 0 0.42 0.16 0.33
HSL 322.19º 0.31% 0.53% -
HSV(B) 322.19º 0.42% 0.67% -
XYZ 26.59 19.74 29.2 -
YUV 126.07 138.68 160.76 -
System Red Green Blue C M Y K H S L
Decimal 172 99 145 0 0.42 0.16 0.33 322.19 0.31 0.53
Hex AC 63 91 0 2A 10 21 142 1F 35
Octal 254 143 221 0 52 20 41 502 37 65
Binary 10101100 1100011 10010001 0 101010 10000 100001 101000010 11111 110101

Color Harmonies of #AC6391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6391

Black with #AC6391

Text Example


Text Example

White with #AC6391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6391; }

 p { color: rgb(172,99,145); }

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

background-color css

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

 a { background-color: rgb(172,99,145); }

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

border-color css

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

 span { border-color: rgb(172,99,145); }

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