Html Css Color HEX #AC608F Strikemaster

📋 copy color: '#AC608F'

red 172 ◦ green 96 ◦ blue 143

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

Shades of Strikemaster #AC608F

Tints of Strikemaster #AC608F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.36%

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

R = 41.85%
G = 23.36%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC608F (or 0xAC608F) is known color: Strikemaster. HEX triplet: AC, 60 and 8F. RGB value is (172,96,143). Sum of RGB (Red+Green+Blue) = 172+96+143=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC608F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC608F is #539F70. Grayscale: #7B7B7B. Windows color (decimal): -5480305 or 9396396. OLE color: 9396396.

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

Color convert

RGB 172 96 143 -
CMYK 0 0.44 0.17 0.33
HSL 322.89º 0.31% 0.53% -
HSV(B) 322.89º 0.44% 0.67% -
XYZ 26.15 19.12 28.3 -
YUV 124.08 138.68 162.18 -
System Red Green Blue C M Y K H S L
Decimal 172 96 143 0 0.44 0.17 0.33 322.89 0.31 0.53
Hex AC 60 8F 0 2C 11 21 143 1F 35
Octal 254 140 217 0 54 21 41 503 37 65
Binary 10101100 1100000 10001111 0 101100 10001 100001 101000011 11111 110101

Color Harmonies of #AC608F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC608F

Black with #AC608F

Text Example


Text Example

White with #AC608F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC608F; }

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

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

background-color css

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

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

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

border-color css

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

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

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