Html Css Color HEX #AC608B Strikemaster

📋 copy color: '#AC608B'

red 172 ◦ green 96 ◦ blue 139

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

Shades of Strikemaster #AC608B

Tints of Strikemaster #AC608B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.15%

R = 42.26%
G = 23.59%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC608B (or 0xAC608B) is known color: Strikemaster. HEX triplet: AC, 60 and 8B. RGB value is (172,96,139). Sum of RGB (Red+Green+Blue) = 172+96+139=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC608B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC608B is #539F74. Grayscale: #7B7B7B. Windows color (decimal): -5480309 or 9134252. OLE color: 9134252.

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

Color convert

RGB 172 96 139 -
CMYK 0 0.44 0.19 0.33
HSL 326.05º 0.31% 0.53% -
HSV(B) 326.05º 0.44% 0.67% -
XYZ 25.86 19 26.73 -
YUV 123.63 136.68 162.5 -
System Red Green Blue C M Y K H S L
Decimal 172 96 139 0 0.44 0.19 0.33 326.05 0.31 0.53
Hex AC 60 8B 0 2C 13 21 146 1F 35
Octal 254 140 213 0 54 23 41 506 37 65
Binary 10101100 1100000 10001011 0 101100 10011 100001 101000110 11111 110101

Color Harmonies of #AC608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC608B

Black with #AC608B

Text Example


Text Example

White with #AC608B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC608B; }

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

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

background-color css

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

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

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

border-color css

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

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

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