Html Css Color HEX #AC5E92 Strikemaster

📋 copy color: '#AC5E92'

red 172 ◦ green 94 ◦ blue 146

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

Shades of Strikemaster #AC5E92

Tints of Strikemaster #AC5E92

RGB

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

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

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

R = 41.75%
G = 22.82%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC5E92 (or 0xAC5E92) is known color: Strikemaster. HEX triplet: AC, 5E and 92. RGB value is (172,94,146). Sum of RGB (Red+Green+Blue) = 172+94+146=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5E92 is #53A16D. Grayscale: #7B7B7B. Windows color (decimal): -5480814 or 9592492. OLE color: 9592492.

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

Color convert

RGB 172 94 146 -
CMYK 0 0.45 0.15 0.33
HSL 320º 0.32% 0.52% -
HSV(B) 320º 0.45% 0.67% -
XYZ 26.2 18.85 29.45 -
YUV 123.25 140.84 162.77 -
System Red Green Blue C M Y K H S L
Decimal 172 94 146 0 0.45 0.15 0.33 320 0.32 0.52
Hex AC 5E 92 0 2D F 21 140 20 34
Octal 254 136 222 0 55 17 41 500 40 64
Binary 10101100 1011110 10010010 0 101101 1111 100001 101000000 100000 110100

Color Harmonies of #AC5E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5E92

Black with #AC5E92

Text Example


Text Example

White with #AC5E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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