Html Css Color HEX #AC618E Strikemaster

📋 copy color: '#AC618E'

red 172 ◦ green 97 ◦ blue 142

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

Shades of Strikemaster #AC618E

Tints of Strikemaster #AC618E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.6%

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

R = 41.85%
G = 23.6%
B = 34.55%

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

#AC618E (or 0xAC618E) is known color: Strikemaster. HEX triplet: AC, 61 and 8E. RGB value is (172,97,142). Sum of RGB (Red+Green+Blue) = 172+97+142=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC618E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC618E is #539E71. Grayscale: #7C7C7C. Windows color (decimal): -5480050 or 9331116. OLE color: 9331116.

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

Color convert

RGB 172 97 142 -
CMYK 0 0.44 0.17 0.33
HSL 324º 0.31% 0.53% -
HSV(B) 324º 0.44% 0.67% -
XYZ 26.17 19.27 27.93 -
YUV 124.56 137.85 161.84 -
System Red Green Blue C M Y K H S L
Decimal 172 97 142 0 0.44 0.17 0.33 324 0.31 0.53
Hex AC 61 8E 0 2C 11 21 144 1F 35
Octal 254 141 216 0 54 21 41 504 37 65
Binary 10101100 1100001 10001110 0 101100 10001 100001 101000100 11111 110101

Color Harmonies of #AC618E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC618E

Black with #AC618E

Text Example


Text Example

White with #AC618E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC618E; }

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

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

background-color css

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

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

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

border-color css

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

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

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