Html Css Color HEX #AC6990 Mountbatten Pink

📋 copy color: '#AC6990'

red 172 ◦ green 105 ◦ blue 144

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

Shades of Mountbatten Pink #AC6990

Tints of Mountbatten Pink #AC6990

RGB

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

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

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

R = 40.86%
G = 24.94%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC6990 (or 0xAC6990) is known color: Mountbatten Pink. HEX triplet: AC, 69 and 90. RGB value is (172,105,144). Sum of RGB (Red+Green+Blue) = 172+105+144=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6990 is #53966F. Grayscale: #818181. Windows color (decimal): -5478000 or 9464236. OLE color: 9464236.

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

Color convert

RGB 172 105 144 -
CMYK 0 0.39 0.16 0.33
HSL 325.07º 0.29% 0.54% -
HSV(B) 325.07º 0.39% 0.67% -
XYZ 27.1 20.89 28.99 -
YUV 129.48 136.2 158.33 -
System Red Green Blue C M Y K H S L
Decimal 172 105 144 0 0.39 0.16 0.33 325.07 0.29 0.54
Hex AC 69 90 0 27 10 21 145 1D 36
Octal 254 151 220 0 47 20 41 505 35 66
Binary 10101100 1101001 10010000 0 100111 10000 100001 101000101 11101 110110

Color Harmonies of #AC6990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6990

Black with #AC6990

Text Example


Text Example

White with #AC6990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6990; }

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

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

background-color css

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

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

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

border-color css

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

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

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