Html Css Color HEX #AC6293 Mountbatten Pink

📋 copy color: '#AC6293'

red 172 ◦ green 98 ◦ blue 147

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

Shades of Mountbatten Pink #AC6293

Tints of Mountbatten Pink #AC6293

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.5%

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

R = 41.25%
G = 23.5%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC6293 (or 0xAC6293) is known color: Mountbatten Pink. HEX triplet: AC, 62 and 93. RGB value is (172,98,147). Sum of RGB (Red+Green+Blue) = 172+98+147=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6293 is #539D6C. Grayscale: #7D7D7D. Windows color (decimal): -5479789 or 9659052. OLE color: 9659052.

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

Color convert

RGB 172 98 147 -
CMYK 0 0.43 0.15 0.33
HSL 320.27º 0.31% 0.53% -
HSV(B) 320.27º 0.43% 0.67% -
XYZ 26.65 19.61 29.98 -
YUV 125.71 140.02 161.02 -
System Red Green Blue C M Y K H S L
Decimal 172 98 147 0 0.43 0.15 0.33 320.27 0.31 0.53
Hex AC 62 93 0 2B F 21 140 1F 35
Octal 254 142 223 0 53 17 41 500 37 65
Binary 10101100 1100010 10010011 0 101011 1111 100001 101000000 11111 110101

Color Harmonies of #AC6293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6293

Black with #AC6293

Text Example


Text Example

White with #AC6293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6293; }

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

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

background-color css

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

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

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

border-color css

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

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

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