Html Css Color HEX #AC6292 Mountbatten Pink

📋 copy color: '#AC6292'

red 172 ◦ green 98 ◦ blue 146

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

Shades of Mountbatten Pink #AC6292

Tints of Mountbatten Pink #AC6292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.1%

R = 41.35%
G = 23.56%
B = 35.1%

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

#AC6292 (or 0xAC6292) is known color: Mountbatten Pink. HEX triplet: AC, 62 and 92. RGB value is (172,98,146). Sum of RGB (Red+Green+Blue) = 172+98+146=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 98 (38.67% from 255 or 23.56% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6292 is #539D6D. Grayscale: #7D7D7D. Windows color (decimal): -5479790 or 9593516. OLE color: 9593516.

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

Color convert

RGB 172 98 146 -
CMYK 0 0.43 0.15 0.33
HSL 321.08º 0.31% 0.53% -
HSV(B) 321.08º 0.43% 0.67% -
XYZ 26.57 19.58 29.57 -
YUV 125.6 139.52 161.1 -
System Red Green Blue C M Y K H S L
Decimal 172 98 146 0 0.43 0.15 0.33 321.08 0.31 0.53
Hex AC 62 92 0 2B F 21 141 1F 35
Octal 254 142 222 0 53 17 41 501 37 65
Binary 10101100 1100010 10010010 0 101011 1111 100001 101000001 11111 110101

Color Harmonies of #AC6292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6292

Black with #AC6292

Text Example


Text Example

White with #AC6292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6292; }

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

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

background-color css

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

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

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

border-color css

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

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

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