Html Css Color HEX #AC618D Strikemaster

📋 copy color: '#AC618D'

red 172 ◦ green 97 ◦ blue 141

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

Shades of Strikemaster #AC618D

Tints of Strikemaster #AC618D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.39%

R = 41.95%
G = 23.66%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC618D (or 0xAC618D) is known color: Strikemaster. HEX triplet: AC, 61 and 8D. RGB value is (172,97,141). Sum of RGB (Red+Green+Blue) = 172+97+141=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC618D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC618D is #539E72. Grayscale: #7C7C7C. Windows color (decimal): -5480051 or 9265580. OLE color: 9265580.

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

Color convert

RGB 172 97 141 -
CMYK 0 0.44 0.18 0.33
HSL 324.8º 0.31% 0.53% -
HSV(B) 324.8º 0.44% 0.67% -
XYZ 26.1 19.24 27.54 -
YUV 124.44 137.35 161.92 -
System Red Green Blue C M Y K H S L
Decimal 172 97 141 0 0.44 0.18 0.33 324.8 0.31 0.53
Hex AC 61 8D 0 2C 12 21 145 1F 35
Octal 254 141 215 0 54 22 41 505 37 65
Binary 10101100 1100001 10001101 0 101100 10010 100001 101000101 11111 110101

Color Harmonies of #AC618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC618D

Black with #AC618D

Text Example


Text Example

White with #AC618D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC618D; }

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

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

background-color css

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

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

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

border-color css

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

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

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