Html Css Color HEX #A1617F Strikemaster

📋 copy color: '#A1617F'

red 161 ◦ green 97 ◦ blue 127

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

Shades of Strikemaster #A1617F

Tints of Strikemaster #A1617F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.99%

R = 41.82%
G = 25.19%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A1617F (or 0xA1617F) is known color: Strikemaster. HEX triplet: A1, 61 and 7F. RGB value is (161,97,127). Sum of RGB (Red+Green+Blue) = 161+97+127=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 161 - color contains mainly: red. Hex color #A1617F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1617F is #5E9E80. Grayscale: #777777. Windows color (decimal): -6200961 or 8348065. OLE color: 8348065.

HSL color Cylindrical-coordinate representation of color #A1617F: hue angle of 331.88º 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 #A1617F is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 97 127 -
CMYK 0 0.40 0.21 0.37
HSL 331.88º 0.25% 0.51% -
HSV(B) 331.88º 0.4% 0.63% -
XYZ 22.8 17.66 22.29 -
YUV 119.56 132.2 157.56 -
System Red Green Blue C M Y K H S L
Decimal 161 97 127 0 0.40 0.21 0.37 331.88 0.25 0.51
Hex A1 61 7F 0 28 15 25 14C 19 33
Octal 241 141 177 0 50 25 45 514 31 63
Binary 10100001 1100001 1111111 0 101000 10101 100101 101001100 11001 110011

Color Harmonies of #A1617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1617F

Black with #A1617F

Text Example


Text Example

White with #A1617F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1617F; }

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

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

background-color css

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

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

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

border-color css

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

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

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