Html Css Color HEX #A3557F Strikemaster

📋 copy color: '#A3557F'

red 163 ◦ green 85 ◦ blue 127

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

Shades of Strikemaster #A3557F

Tints of Strikemaster #A3557F

RGB

 RED value IS 163 (64.06% from 255) = 43.47%

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

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

R = 43.47%
G = 22.67%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A3557F (or 0xA3557F) is known color: Strikemaster. HEX triplet: A3, 55 and 7F. RGB value is (163,85,127). Sum of RGB (Red+Green+Blue) = 163+85+127=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 163 - color contains mainly: red. Hex color #A3557F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3557F is #5CAA80. Grayscale: #717171. Windows color (decimal): -6072961 or 8344995. OLE color: 8344995.

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

Color convert

RGB 163 85 127 -
CMYK 0 0.48 0.22 0.36
HSL 327.69º 0.31% 0.49% -
HSV(B) 327.69º 0.48% 0.64% -
XYZ 22.18 15.82 21.96 -
YUV 113.11 135.84 163.58 -
System Red Green Blue C M Y K H S L
Decimal 163 85 127 0 0.48 0.22 0.36 327.69 0.31 0.49
Hex A3 55 7F 0 30 16 24 148 1F 31
Octal 243 125 177 0 60 26 44 510 37 61
Binary 10100011 1010101 1111111 0 110000 10110 100100 101001000 11111 110001

Color Harmonies of #A3557F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3557F

Black with #A3557F

Text Example


Text Example

White with #A3557F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3557F; }

 p { color: rgb(163,85,127); }

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

background-color css

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

 a { background-color: rgb(163,85,127); }

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

border-color css

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

 span { border-color: rgb(163,85,127); }

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