Html Css Color HEX #AC6190 Strikemaster

📋 copy color: '#AC6190'

red 172 ◦ green 97 ◦ blue 144

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

Shades of Strikemaster #AC6190

Tints of Strikemaster #AC6190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.87%

R = 41.65%
G = 23.49%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC6190 (or 0xAC6190) is known color: Strikemaster. HEX triplet: AC, 61 and 90. RGB value is (172,97,144). Sum of RGB (Red+Green+Blue) = 172+97+144=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6190 is #539E6F. Grayscale: #7C7C7C. Windows color (decimal): -5480048 or 9462188. OLE color: 9462188.

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

Color convert

RGB 172 97 144 -
CMYK 0 0.44 0.16 0.33
HSL 322.4º 0.31% 0.53% -
HSV(B) 322.4º 0.44% 0.67% -
XYZ 26.32 19.33 28.73 -
YUV 124.78 138.85 161.68 -
System Red Green Blue C M Y K H S L
Decimal 172 97 144 0 0.44 0.16 0.33 322.4 0.31 0.53
Hex AC 61 90 0 2C 10 21 142 1F 35
Octal 254 141 220 0 54 20 41 502 37 65
Binary 10101100 1100001 10010000 0 101100 10000 100001 101000010 11111 110101

Color Harmonies of #AC6190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6190

Black with #AC6190

Text Example


Text Example

White with #AC6190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6190; }

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

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

background-color css

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

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

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

border-color css

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

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

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