Html Css Color HEX #A1617C Strikemaster

📋 copy color: '#A1617C'

red 161 ◦ green 97 ◦ blue 124

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

Shades of Strikemaster #A1617C

Tints of Strikemaster #A1617C

RGB

 RED value IS 161 (63.28% from 255) = 42.15%

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

 BLUE value IS 124 (48.83% from 255) = 32.46%

R = 42.15%
G = 25.39%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A1617C (or 0xA1617C) is known color: Strikemaster. HEX triplet: A1, 61 and 7C. RGB value is (161,97,124). Sum of RGB (Red+Green+Blue) = 161+97+124=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 161 - color contains mainly: red. Hex color #A1617C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1617C is #5E9E83. Grayscale: #777777. Windows color (decimal): -6200964 or 8151457. OLE color: 8151457.

HSL color Cylindrical-coordinate representation of color #A1617C: hue angle of 334.69º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1617C is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 97 124 -
CMYK 0 0.40 0.23 0.37
HSL 334.69º 0.25% 0.51% -
HSV(B) 334.69º 0.4% 0.63% -
XYZ 22.61 17.58 21.27 -
YUV 119.21 130.7 157.8 -
System Red Green Blue C M Y K H S L
Decimal 161 97 124 0 0.40 0.23 0.37 334.69 0.25 0.51
Hex A1 61 7C 0 28 17 25 14F 19 33
Octal 241 141 174 0 50 27 45 517 31 63
Binary 10100001 1100001 1111100 0 101000 10111 100101 101001111 11001 110011

Color Harmonies of #A1617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1617C

Black with #A1617C

Text Example


Text Example

White with #A1617C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1617C; }

 p { color: rgb(161,97,124); }

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

background-color css

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

 a { background-color: rgb(161,97,124); }

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

border-color css

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

 span { border-color: rgb(161,97,124); }

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