Html Css Color HEX #A1557D Strikemaster

📋 copy color: '#A1557D'

red 161 ◦ green 85 ◦ blue 125

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

Shades of Strikemaster #A1557D

Tints of Strikemaster #A1557D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.91%

 BLUE value IS 125 (49.22% from 255) = 33.69%

R = 43.4%
G = 22.91%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A1557D (or 0xA1557D) is known color: Strikemaster. HEX triplet: A1, 55 and 7D. RGB value is (161,85,125). Sum of RGB (Red+Green+Blue) = 161+85+125=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A1557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1557D is #5EAA82. Grayscale: #707070. Windows color (decimal): -6204035 or 8213921. OLE color: 8213921.

HSL color Cylindrical-coordinate representation of color #A1557D: hue angle of 328.42º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1557D is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 85 125 -
CMYK 0 0.47 0.22 0.37
HSL 328.42º 0.31% 0.48% -
HSV(B) 328.42º 0.47% 0.63% -
XYZ 21.65 15.55 21.26 -
YUV 112.28 135.18 162.75 -
System Red Green Blue C M Y K H S L
Decimal 161 85 125 0 0.47 0.22 0.37 328.42 0.31 0.48
Hex A1 55 7D 0 2F 16 25 148 1F 30
Octal 241 125 175 0 57 26 45 510 37 60
Binary 10100001 1010101 1111101 0 101111 10110 100101 101001000 11111 110000

Color Harmonies of #A1557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1557D

Black with #A1557D

Text Example


Text Example

White with #A1557D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1557D; }

 p { color: rgb(161,85,125); }

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

background-color css

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

 a { background-color: rgb(161,85,125); }

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

border-color css

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

 span { border-color: rgb(161,85,125); }

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