Html Css Color HEX #AC6690 Mountbatten Pink

📋 copy color: '#AC6690'

red 172 ◦ green 102 ◦ blue 144

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

Shades of Mountbatten Pink #AC6690

Tints of Mountbatten Pink #AC6690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.4%

 BLUE value IS 144 (56.64% from 255) = 34.45%

R = 41.15%
G = 24.4%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC6690 (or 0xAC6690) is known color: Mountbatten Pink. HEX triplet: AC, 66 and 90. RGB value is (172,102,144). Sum of RGB (Red+Green+Blue) = 172+102+144=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6690 is #53996F. Grayscale: #7F7F7F. Windows color (decimal): -5478768 or 9463468. OLE color: 9463468.

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

Color convert

RGB 172 102 144 -
CMYK 0 0.41 0.16 0.33
HSL 324º 0.3% 0.54% -
HSV(B) 324º 0.41% 0.67% -
XYZ 26.8 20.29 28.89 -
YUV 127.72 137.19 159.58 -
System Red Green Blue C M Y K H S L
Decimal 172 102 144 0 0.41 0.16 0.33 324 0.3 0.54
Hex AC 66 90 0 29 10 21 144 1E 36
Octal 254 146 220 0 51 20 41 504 36 66
Binary 10101100 1100110 10010000 0 101001 10000 100001 101000100 11110 110110

Color Harmonies of #AC6690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6690

Black with #AC6690

Text Example


Text Example

White with #AC6690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6690; }

 p { color: rgb(172,102,144); }

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

background-color css

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

 a { background-color: rgb(172,102,144); }

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

border-color css

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

 span { border-color: rgb(172,102,144); }

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