Html Css Color HEX #AC6493 Mountbatten Pink

📋 copy color: '#AC6493'

red 172 ◦ green 100 ◦ blue 147

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

Shades of Mountbatten Pink #AC6493

Tints of Mountbatten Pink #AC6493

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.87%

 BLUE value IS 147 (57.81% from 255) = 35.08%

R = 41.05%
G = 23.87%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC6493 (or 0xAC6493) is known color: Mountbatten Pink. HEX triplet: AC, 64 and 93. RGB value is (172,100,147). Sum of RGB (Red+Green+Blue) = 172+100+147=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6493 is #539B6C. Grayscale: #7E7E7E. Windows color (decimal): -5479277 or 9659564. OLE color: 9659564.

HSL color Cylindrical-coordinate representation of color #AC6493: hue angle of 320.83º degrees, saturation: 0.3, 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 #AC6493 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 100 147 -
CMYK 0 0.42 0.15 0.33
HSL 320.83º 0.3% 0.53% -
HSV(B) 320.83º 0.42% 0.67% -
XYZ 26.84 19.99 30.05 -
YUV 126.89 139.35 160.18 -
System Red Green Blue C M Y K H S L
Decimal 172 100 147 0 0.42 0.15 0.33 320.83 0.3 0.53
Hex AC 64 93 0 2A F 21 141 1E 35
Octal 254 144 223 0 52 17 41 501 36 65
Binary 10101100 1100100 10010011 0 101010 1111 100001 101000001 11110 110101

Color Harmonies of #AC6493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6493

Black with #AC6493

Text Example


Text Example

White with #AC6493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6493; }

 p { color: rgb(172,100,147); }

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

background-color css

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

 a { background-color: rgb(172,100,147); }

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

border-color css

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

 span { border-color: rgb(172,100,147); }

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