Html Css Color HEX #AC5F8F Strikemaster

📋 copy color: '#AC5F8F'

red 172 ◦ green 95 ◦ blue 143

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

Shades of Strikemaster #AC5F8F

Tints of Strikemaster #AC5F8F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.17%

 BLUE value IS 143 (56.25% from 255) = 34.88%

R = 41.95%
G = 23.17%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC5F8F (or 0xAC5F8F) is known color: Strikemaster. HEX triplet: AC, 5F and 8F. RGB value is (172,95,143). Sum of RGB (Red+Green+Blue) = 172+95+143=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5F8F is #53A070. Grayscale: #7B7B7B. Windows color (decimal): -5480561 or 9396140. OLE color: 9396140.

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

Color convert

RGB 172 95 143 -
CMYK 0 0.45 0.17 0.33
HSL 322.6º 0.32% 0.52% -
HSV(B) 322.6º 0.45% 0.67% -
XYZ 26.06 18.94 28.27 -
YUV 123.5 139.01 162.6 -
System Red Green Blue C M Y K H S L
Decimal 172 95 143 0 0.45 0.17 0.33 322.6 0.32 0.52
Hex AC 5F 8F 0 2D 11 21 143 20 34
Octal 254 137 217 0 55 21 41 503 40 64
Binary 10101100 1011111 10001111 0 101101 10001 100001 101000011 100000 110100

Color Harmonies of #AC5F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5F8F

Black with #AC5F8F

Text Example


Text Example

White with #AC5F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5F8F; }

 p { color: rgb(172,95,143); }

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

background-color css

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

 a { background-color: rgb(172,95,143); }

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

border-color css

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

 span { border-color: rgb(172,95,143); }

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