Html Css Color HEX #AC5E91 Strikemaster

📋 copy color: '#AC5E91'

red 172 ◦ green 94 ◦ blue 145

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

Shades of Strikemaster #AC5E91

Tints of Strikemaster #AC5E91

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.87%

 BLUE value IS 145 (57.03% from 255) = 35.28%

R = 41.85%
G = 22.87%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC5E91 (or 0xAC5E91) is known color: Strikemaster. HEX triplet: AC, 5E and 91. RGB value is (172,94,145). Sum of RGB (Red+Green+Blue) = 172+94+145=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5E91 is #53A16E. Grayscale: #7B7B7B. Windows color (decimal): -5480815 or 9526956. OLE color: 9526956.

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

Color convert

RGB 172 94 145 -
CMYK 0 0.45 0.16 0.33
HSL 320.77º 0.32% 0.52% -
HSV(B) 320.77º 0.45% 0.67% -
XYZ 26.13 18.82 29.04 -
YUV 123.14 140.34 162.85 -
System Red Green Blue C M Y K H S L
Decimal 172 94 145 0 0.45 0.16 0.33 320.77 0.32 0.52
Hex AC 5E 91 0 2D 10 21 141 20 34
Octal 254 136 221 0 55 20 41 501 40 64
Binary 10101100 1011110 10010001 0 101101 10000 100001 101000001 100000 110100

Color Harmonies of #AC5E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5E91

Black with #AC5E91

Text Example


Text Example

White with #AC5E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5E91; }

 p { color: rgb(172,94,145); }

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

background-color css

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

 a { background-color: rgb(172,94,145); }

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

border-color css

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

 span { border-color: rgb(172,94,145); }

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