Html Css Color HEX #AC628E Strikemaster

📋 copy color: '#AC628E'

red 172 ◦ green 98 ◦ blue 142

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

Shades of Strikemaster #AC628E

Tints of Strikemaster #AC628E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.79%

 BLUE value IS 142 (55.86% from 255) = 34.47%

R = 41.75%
G = 23.79%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC628E (or 0xAC628E) is known color: Strikemaster. HEX triplet: AC, 62 and 8E. RGB value is (172,98,142). Sum of RGB (Red+Green+Blue) = 172+98+142=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC628E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC628E is #539D71. Grayscale: #7D7D7D. Windows color (decimal): -5479794 or 9331372. OLE color: 9331372.

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

Color convert

RGB 172 98 142 -
CMYK 0 0.43 0.17 0.33
HSL 324.32º 0.31% 0.53% -
HSV(B) 324.32º 0.43% 0.67% -
XYZ 26.26 19.46 27.96 -
YUV 125.14 137.52 161.42 -
System Red Green Blue C M Y K H S L
Decimal 172 98 142 0 0.43 0.17 0.33 324.32 0.31 0.53
Hex AC 62 8E 0 2B 11 21 144 1F 35
Octal 254 142 216 0 53 21 41 504 37 65
Binary 10101100 1100010 10001110 0 101011 10001 100001 101000100 11111 110101

Color Harmonies of #AC628E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC628E

Black with #AC628E

Text Example


Text Example

White with #AC628E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC628E; }

 p { color: rgb(172,98,142); }

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

background-color css

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

 a { background-color: rgb(172,98,142); }

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

border-color css

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

 span { border-color: rgb(172,98,142); }

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