Html Css Color HEX #AC618A Strikemaster

📋 copy color: '#AC618A'

red 172 ◦ green 97 ◦ blue 138

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

Shades of Strikemaster #AC618A

Tints of Strikemaster #AC618A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.91%

R = 42.26%
G = 23.83%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC618A (or 0xAC618A) is known color: Strikemaster. HEX triplet: AC, 61 and 8A. RGB value is (172,97,138). Sum of RGB (Red+Green+Blue) = 172+97+138=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC618A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC618A is #539E75. Grayscale: #7C7C7C. Windows color (decimal): -5480054 or 9068972. OLE color: 9068972.

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

Color convert

RGB 172 97 138 -
CMYK 0 0.44 0.20 0.33
HSL 327.2º 0.31% 0.53% -
HSV(B) 327.2º 0.44% 0.67% -
XYZ 25.88 19.16 26.38 -
YUV 124.1 135.85 162.17 -
System Red Green Blue C M Y K H S L
Decimal 172 97 138 0 0.44 0.20 0.33 327.2 0.31 0.53
Hex AC 61 8A 0 2C 14 21 147 1F 35
Octal 254 141 212 0 54 24 41 507 37 65
Binary 10101100 1100001 10001010 0 101100 10100 100001 101000111 11111 110101

Color Harmonies of #AC618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC618A

Black with #AC618A

Text Example


Text Example

White with #AC618A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC618A; }

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

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

background-color css

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

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

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

border-color css

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

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

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